@import url(https://fonts.googleapis.com/css?family=Open+Sans);
html, body{
	margin: 0;
	padding: 0;
	text-align: left;
	background: rgb(255,255,255) ;
	font-size: 100%;
	font-family: "Open Sans", sans-serif;
}

#page{
	top: 7px;
	float: absolute;
	width: 720px;
	margin: auto;
	text-align: justify;
}


#info{
	font-size: 90%;
}

ul, li{
	text-align: justify;
}


h1, h2, h3,{
	font-family: "Open Sans", sans-serif;
	color: rgb(30,30,255);
	background: rgb(255,5,5) ;
}

h1{font-size: 1.5em;	text-align: center; color: #000000;}
h2{font-size: 1.2em; color: #6391DE;}
h3{font-size: 1.0em; color: #6391DE; text-align: center; }
h4{font-size: 0.8em; color: rgb(30,30,255);}
table{margin: auto;}

it{font-style: italic;}
un{text-decoration: underline;}
pdf{font-size: 0.8em;}
bd{font-weight: bold;}	

hr{
	width: 100%;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #6391DE;
    margin: 1em 0;
    padding: 0; 
}

a  {
	text-decoration: none;
	color: rgb(30, 30, 200);
}

abbr  {
	text-decoration: underline;
	color: rgb(30, 30, 30);
}

a:hover {
	text-decoration: underline;
}

.left{
	float: left;
	margin-right: 0em;
}

.right{
	float: right;
	margin-left: 0em;
}
#footer{
	font-size: 80%;
	text-align: center;
}
table{
    border: 0px;
	padding: 0px;
    border-spacing: 4px;
    border-collapse: separate;
}
tr{
	background-color: #f6f6f6;
}
