html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;

}
a{

	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: none;
}

p 
{
	text-align: justify;
}


p, li {
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
}
h1, h2, h3 ,h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	margin: 0px;
	padding: 0px;
}
h1 {
	padding: 0;
	font-size: 36px;
	color: #ff0000;
	font-style: normal;
	font-weight: bold;
}
h2 {
	padding-top: 0px;
	font-size:24px;
	font-weight: normal;
	font-style: normal;
	color: #007cca;
	font-variant: normal;
	line-height: 20px;
}
h3 {
	padding-top: 0px;
	font-size:15px;
	font-weight: normal;
	font-style: italic;
	color: #FFDA68;
}

h4 {
	padding-top: 0px;
	font-size:20px;
	font-weight: bold;
	font-style: italic;
	color: #ffda68;
}
h5 {
	font-size:16px;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	background-color: #0494B6;
	display: block;
	text-align: center;
	padding: 5px;
	margin: 0px;
	line-height: 14px;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#pagemain {
	width: 960px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #312A31;
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
