﻿body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 15px;
	color: #FFFF00;
	background-color: #9C1724;
	text-align: center;

}

li {
	text-align: left;
}

a {
	color:#FFFF00;
}

h1 {
	font-size: 19px;
	font-weight: bold;
}

h2 {
	font-size: 17px;
	font-weight: bold;
}

hi{
	font-style: italic;
}

/* Header */


#header {
	font-size: 25px;
	font-weight: bold;
	color: #FFFF00;
	text-align: center;

}

#comment {
	color: #000000;
	font-size: 10px;
}


/* Menu */


#menu a {

	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	color: #FFFF00;
	text-align: center;
}

#menu a:hover {
	text-decoration: underline;
}