html,body {
	height: 100%;
}

div {
	
}

body {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, sans-serif, helvetica;
	font-size: 18px;
	color: #000000;
	background-color: #0E0033;
	background-image: url(images/stripes2.gif);
}

a:link,a:visited,a:active {
	font-family: Arial, sans-serif, helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, sans-serif, helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #0000CC;
	text-decoration:underline;
}

.tag {
	color:#1A0078;
	font-style:italic;
}

.menu {
	font-family: Arial, sans-serif, helvetica;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

a.menu:link,a.menu:visited,a.menu:active {
	font-family: Arial, sans-serif, helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.menu:hover {
	font-family: Arial, sans-serif, helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #0000CC;
	text-decoration:underline;
}


h1 {
	font-family: Arial, sans-serif, helvetica;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

h2 {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.red {color:#C00;}

.blue {color:#00C;}


