﻿/* CSS Document */

a.three:link {color: #96baff; font-family: arial; font-size: 14px; text-decoration: none;}
a.three:visited {color: #96baff; font-family: arial; font-size: 14px; text-decoration: none;}
a.three:hover {background: #000000; font-family: arial; font-size: 14px; text-decoration: none;}


#rege    { font-size: 14px;
           padding: 8px;
           color: #ffffff;
           font-family: Arial; 
	   border: 1px solid black; 
	   background-color: #000000; 
	   text-align: center;
           margin-top: 10px;
           margin-left: 15%;
           margin-right: 15%; }
		   
#check   { text-align: center; }

#visited { color: white;
           font-family: Arial;            
           font-size: 14px; 
           text-align: center; 
	   padding-top: 10px;}

#linkcol { text-align: center;
           padding-top: 15px; 
           font-family: Arial; }


