/* Links */
a, a:link, a:visited {
 text-decoration: none;
 color: white;
 font-size: 11px;
}
a:link:hover, a:visited:hover {
 text-decoration: none;
 color: #B6C6DC;
 font-size: 11px;
}


/* Page */
body {
	font-family: arial;
	font-size: 11px;
	background-color: #4E5661;
	background-image: url(back.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
