body {
	font-size: 12px;
	line-height: 1.5em;
	background-color: #09f;
	background-image: url(./img/body_bg.jpg);
	background-repeat: repeat-x;
}
a{ text-decoration: #333333; }
a:link{
	color: #666666;
}
a:visited{
	color: #666666;
}
a:active{
	color: #666666;
}
a:hover{
	color: navy;
}
.white {
	color: #ffffff;
}
.black {
	color: #333333;
}
