
body {
	 background: #AAFFAA;
	 color: #0000DD;
	 font-family="verdana";
 }

 a{
	 border:solid;
	 border-radius:10%;
	 border-color:#333333;
	 border-width:2px;
	 background-color:#ffeeaa;
	 color: #333333;
	 z-index:0;
 }
 a:hover{
	 color: #666666;
 }

 a:link{
	 color: #9999999;
}