body {
	background-color: #ffff00;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
		
h1 {
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : italic;
	font-weight : bold;
	font-size : 20px;
}

h2 {
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size : 20px;
}

h4 {
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size : 16px;
	text-align : center;
}

h5 {
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size : 16px;
	text-align : center;
}


h3 {
	color : red;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size : 16px;
}

p.black {
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 11px;
	text-align : justify;
}

p.largeblack {
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 12px;
	text-align : justify;
}

ul {color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 12px;
	text-align : justify;
}

p.smallleft{
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 10px;
	text-align : justify;
}

p.middle {
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 11px;
	text-align : center;
}

p.smallmiddle {
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 10px;
	text-align : center;
}

p.largemiddle {
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 12px;
	text-align : center;
}

p.right {
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 11px;
	text-align : right;
}

p.smallright {
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 10px;
	text-align : right;
}

p.largeright {
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 12px;
	text-align : right;
}

a {
	text-decoration : none;
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

a:hover{
	text-decoration : none;
	color : Red;
}

a.black {
	text-decoration : underline;
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

a.black2 {
	text-decoration : underline;
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

a.black:hover {
	color: Red;
}

a.black3 {
	text-decoration : underline;
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
}

a.black3:hover {
	color: Red;
}

p.largeblack2 {
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size : 14px;
	text-align : justify;
}
