body { 
padding: 0px;
margin: 0px;
color: #000000;
background-color: white;
}
p,li,td,h1,h2 {
font-family: Verdana,Tahoma,Sans-Serif;
}
h1,h2 {
font-family: Arial,Helvetica,Sans-Serif;
}
p,li {
color: black;
font-size: 75%;
}
h1,h2 {
color: #EA1616;
font-weight: bold;
letter-spacing:-1px;
}
h1 {
font-size: 170%;
}
h2 {
font-size: 150%;
}
p.news {
padding: 10px;
background-color: #E6F7EB;
}
p.download {
text-align:center;
font-weight:bold;
padding:20px;
background-color:#F0F6FF;
}
p.purchase {
text-align:center;
padding:17px;
background-color:#F0F6FF;
}
#r {
 color: #EA1616;
}
div.content {
top: 160px;
left: 0px;
position: absolute;
width: 100%;
}
div.header {
top: 0px;
left: 0px;
height: 158px;
width: 100%;
position: absolute;
}
div.angle {
top: 158px;
left: 0px;
position: absolute;
}
div.square {
top: 0px;
left: 0px;
position: absolute;
background-color: #B21C25;
}
a {
color : #1111BA; 
text-decoration: none;
}
a:hover {
color: #FFF;
background-color: #1111BA;
}
a.menu {
font-weight:bold;
color : white; 
text-decoration: none;
}
a.menu:hover {
color: #3B4B89;
background-color: white;
}