/*
camtos.com main style sheet
 Please adhere to the following naming convention for new font styles:
 
 chars 1-2: size (xs,s,m,lg,xl)
 chars 2/3-x: colour (blue, black, etc.)
 chars x-x: weight (bold, italic if applicable)
 chars x-x: face (only if face is other than verdana if applicable)
 chars x-x: u (underline flag if applicable)
 
/*** Global ***/

a {text-decoration: none; color: #357CBA}
a:hover { text-decoration: underline; }

/*** Links Font ***/

.menulinks {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #357CBA;}

 .homeBox {line-height: 1.2em; }
	
