

h1,h2,h3,h4,h5,h6 
{
	color:				rgb(51,102,153);
	background-color:	transparent;
	opacity;			0.80;
	font-family:		Segoe UI, Geneva, Gill Sans, Arial, Helvetica, sans-serif;
	font-weight:		900;
}

p
{
	color:				rgb(51,51,51);
	background-color:	transparent;
	font-family:		Segoe UI, Geneva, Gill Sans, Arial, Helvetica, sans-serif;
	font-size:			1em;
	text-align:			justify;
	padding-top:		1em;
}

a 
{
	text-decoration:	none;
	font-weight:		600;
}

a:link 
{
	color:				rgb(0,51,153);
}

a:visited 
{
	color:				rgb(127,127,204);
}

a:active 
{
	color:				red;
}

a:hover 
{
	color:				black;
}

ul 
{
	list-style-type:	none;
	list-style-image:	none;
	
}

li 
{
	margin-left:		1em;
}

