/*CSS main menue link control page*/


/*main menue links*/

a:link {color:turquoise; font-size:30px; font-family:times new roman; text-decoration:none;}

a:visited {color:turquoise; font-size:30px; font-family:times new roman; text-decoration:none;}

a:hover {color:orange; font-size:35px; font-family:times new roman; text-decoration:underline;}

a:active {color:red; font-size:30px; font-family:times new roman; text-decoration:none;}