.main a:link {
	color: #FF9900;
	text-decoration: none;
}
.main a:visited {
	color: #FF9900;
	text-decoration: none;
}
.main a:hover {
	color: #FF9900;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
}

body {
font:normal 70%/1.5em Verdana,Arial,Geneva,Helvetica,sans-serif;
}

p, table, tr, td, ul, ol, li, input, select, textarea {
font-size:1em;
}

.size2
{
font-size:1.2em;
}

#foo a:hover {border:none}