/*CSS main menu link control*/

a:link {color:red; font-size:30px; font-family:times new roman; text-decoration:none; }

a:visited {color:red; font-size:30px; font-family:times new roman; text-decoration:none; }

a:hover {color:white; font-size:30px; font-family:times new roman; text-decoration:none; }

a:active {color:blue; font-size:30px; font-family:times new roman; text-decoration:none; }
