body
{
	font-family: Book Antiqua, Times New Roman, Times;
	background-color: rgb(255,255,255);
	color: black;
}

#logo {
	background-color: #54A1D9;
	height: 40px;
	border-bottom: 1px solid #336699;
        margin: 0px 0px 00px 0px;
	padding: 0px 0px 0px 0px;
}

#press {
	font-family: "Algerian", "Times New Roman", Times, serif;
	font-size: 30px;
	color: 000000;
	margin: 5px 0 3px 30px;
}

#motto {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: 000000;
	margin: 5 0 5px 30px;
}

a:link
{
	color: rgb(0,0,102);
}
a:visited
{
	color: rgb(153,102,153); 
} 
a:active 
{
	color: rgb(153,0,255);
}

h1, h2, h3, h4, h5, h6
{
	font-family: Book Antiqua, Times New Roman, Times;
}
h1
{
	color: #54A1D9;
}
h2
{
	color: black; 
}
h3
{
	color: rgb(102,0,51); 
}
h4
{
	color: rgb(51,102,51);
}
h5
{
	color: rgb(102,0,51);
}
h6
{
	color: rgb(51,102,51);
}
p
{
	color: black;
}