body {
     background-color: #fff;
     margin: 10% 0%;
     font-family: Georgia, Times New Roman, Serif;
     }
     
a		 {
		 color: #633;
		 }
		 
a:visited {
		 color: #966;
		 }


#under {
		 width: 600px;
		 color: #633;
		 text-align: right;
		 font-size: 10px;
		 }

#text img
		{
		margin: 2px;
		}

#text a img
		{
		border-width: 1px;
		border-color: #000;
		border-style: solid;
		}

#text a:hover img
		{
		margin: 1px;
		border-width: 2px;
		}
		
#text a:visited img
		{
		border-color: #666;
		}
		
