/*CSS main menu link control page*/


a:link {color:maroon; font-size:25px; font-family:times new roman; text-decoration:none;}

a:visited {color:maroon; font-size:25px; font-family:teams new roman; text-decoration:none;}

a:hover {color:pink; font-size:26px; font-family:times new roman; text-decoration:underline;}

a:active {color:purple; font-size:25px; font-family:times new roman; text-decoration:none;}


