body {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size:13pt;
	font-weight : normal;
	background: linear-gradient(to top, #5394e8, #cddcf9);
}
p {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight : normal;
	padding-left : 20px;
	padding-right : 20px;
	text-align : justify;
	padding-top : 0px;
}
td {
	font-size: 13pt;
	padding-left : 5px;
	padding-right : 5px;
	text-align : justify;
	}
A, A:link {
	color: #183eb5;
	text-decoration: none;
}
A:visited {
	color: #b51277;
	text-decoration: none;
}
A:hover {
	color: #ff0555;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding-left : 10px;
	padding-right : 10px;
	font : "MS Sans Serif", Geneva, sans-serif;
}

h1{	
	text-transform : uppercase;
}
h1  span{
	color: White;
	font-size: 22pt;
	padding-bottom : 5px;
	text-transform : uppercase;
	letter-spacing : 2px;
	text-shadow: 1px 1px 2px black, 0 0 1em #2a2a2a;
	max-width : 700px;
}

h2{
	font-size : 14pt;
	text-align : center;
	padding-left : 20px;
	padding-right : 20px;
}

h3{
	font-size : 14pt;
	text-align : right;
	padding-right : 30px;
	font-style : italic;
}

h4{
	text-align : center;
	font-size : 16pt;
	text-transform : uppercase;
	text-shadow: 1px 1px 2px #0f0f0f;
}
h5{
	text-align : justify;
	font-size : 14pt;
	text-decoration : none;
	background : #B5D3F4;
	padding-left : 20px;
	padding-right : 20px;
}

h6{
	color: #FFFFC8;
	text-align : left;
	font-size : 14pt;
	text-decoration : none;
	background : #4444FF;
	padding-left : 20px;
	padding-right : 20px;
}
.nav{
	font: bold 11pt "Times New Roman", Times, serif;
	text-decoration: none;
}

.nav> a:hover{
	color: #FAFD7D;
	background-color: #6A73BF;
}

.nav > a{
	font: bold 12pt "Times New Roman", Times, serif;
	color: #3E3E3E;
	text-decoration: none;
}

