/* CSS Document */

*
{
margin:0px;
padding:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
    font-size:100%;
    line-height:1.4em;
}

.bodytext p {
    font-size:0.875em;
}

.sidenote {
    font-size:0.75em;
}
<!--[if !IE]>-->

<style type="text/css">
body {
    font-size:16px;
}

h1
{
	margin-bottom:5px;
	font-weight:bold;
	font-size:1.5em;
}

hr
{
	
	width:80%;
}

strong
{
	color:#005994	
}

.center
{
text-align:center;
}

.screenshot 
{
	border-bottom:2px solid #666666;
	margin:35px auto;
	width:768px;
}

.links
{
font-size:0.835em;
}

.banda
{
margin:35px auto;
padding:10px;
background-color:#005994;
color:#FFFFFF
}

.banda a
{
color:#FFFFFF;
}

.banda a:hover
{
background-color:#003399;
color:#CCCCCC;
}
