body {
    font-family: Verdana, Arial, sans-serif;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	background-color: #ccccff;
	background-image: url('images/nav_bg.gif');
	background-repeat: repeat-y;
	background-position: left;
}

ul {
	list-style-image: url('images/bullet.gif');
	font-size: 12px;
}

.red {
	color: #FF0000;
}

a:link {
	color: #333399; 
    font-weight: bold;
}

a:visited {
    color: #000000; 
    font-weight: bold;
}

a:hover {
	color: #6633CC; 
	font-weight: bold;
}

a:active {
	color: #333399; 
	font-weight: bold;
}