body	{background-color: #AFEEEE;
	     font-color: yellow;
         margin: 10px 10px 10px 10px;}


a:link,a:visited {color:royalblue}
a:active 	 {color:red}
a:hover 	 {text-decoration:none}

table	{background: #AFEEEE;
	color: black;
	width: 95%;
	align:center;}

td	{background: #AFEEEE;
	color: black;
    font-size: 14px;}

h3  {color:green;
    text-align: center;}

hr  {size:2px;
     width:100%;
     color:red;}
    
