
body
	{
	margin:20px 20px 20px 20px;
	padding:20px 20px 20px 20px;
	background: #fff;
	font: small/1.5em georgia, times, serif;
	color: #333331;
	text-align: center;
	}
	
*.logoHyperion{
	background-image: url(../img/LogoHiperionPeq.PNG);
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	width: 400px;
}

H2 {
	font-size: 14pt;
}

H3 {
	font-size: 15pt;
	font-style: italic;
	font-family: sans-serif;
}

H4 {
    font-family: sans-serif;
    font-size: small;
}

a {
	color: Black;
	text-decoration: none;
}

a:Hover {
	color: Silver;
}

HR {
	height: 1pt;
}

/* Scrollbar properties are only supported by Internet Explorer 5.5+  
body {
	scrollbar-3dlight-color : #999999;
	scrollbar-arrow-color : #999999;
	scrollbar-base-color : #666666;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #666666;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #999999;
	scrollbar-track-color : #8B8B8B;
}*/