body, table, tr, td, span, div {
	font-size: 12px;
	text-align:center;
}
body {
	background-image: url(/skins/default/images/background_blue.bmp);
}
p {
	font-size: 16px;
	font-weight: bold;
}
.menu{
	font-weight: bold;
	font-size: 20px;
}

#logo { background: none !important; }

#content div{
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
img {
	border: none;
}
img a {
	text-decoration: none;
}
h2.page_title {
	font-size: 26px;
	margin-top: 0;

}
/* hyperlinks */
a:link{
	color: blue;
}
a:visited {
	color: purple;
	text-decoration: none;
}
a:hover,
a:active	 {
	text-decoration: underline;
}


a:link.menu,
a:visited.menu {
	color: blue;
	text-decoration: none;
}
a:hover.menu,
a:active.menu	 {
	text-decoration: underline;
}

