body {
	background-color: #660000;
	text-align: center;
	background-image: url(bg_red.gif);
}

h2 {
	font-size: 18px;
	color: #000099;
	font-weight: bold;
	letter-spacing: 0.25em;
	text-align: left;
}
h1 {
	font-size: 12px;
	color: #FFFFFF;
}


p {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-family: Verdana;
	text-align: justify;
}
h4 {
	font-size: 24px;
	color: #0000FF;
	letter-spacing: 0.3em;
	text-align: left;
}

h3 {
	font-size:36px;
	color:#FFFFFF;
	text-align:center;
}

#navcell {
	border: thin groove #FF9900;
	height: 30px;
	text-align:center;
	line-height: 30px;
	width: 180px;
	font-size: 12px;
	text-decoration: none;
}
#article {
	border: thin groove #6699FF;
	padding: 5px;
}

#article hover{
	border:#FF6600;
}



a:hover{
	background:#006600;
	color:#FFFFFF;
}
a {
	font-weight: bold;
}

.menutext {
	text-align:left;
}

.menutext th {
	color:#0000CC;
	font-size: 18px;
}

