a:link {text-decoration: none; color: blue;}
a:visited {text-decoration: none; color: blue;}
a:active {text-decoration: underline; color: #666666;}
a:hover {text-decoration: underline; color: red;}

a.white:link {text-decoration: none; color: white;}
a.white:visited {text-decoration: none; color: white;}
a.white:active {text-decoration: bold; color: #666666;}
a.white:hover {text-decoration: none; color: red;}

p.topmargin {margin-top: 10px}
p.leftmargin {margin-left: 5px}
p.rightmargin {margin-right: 20px}
p.bottommargin {margin-bottom: 20px}
p.margin {margin: 10px 20px 10px 10px}
p.big {line-height: 150%}

.maintext 
{
/*background-image: url('pics/bg.jpg');*/
background-color: #4067a2; 
background-repeat: no-repeat;
background-position: center;

height:500;
width:600;
align:center;
border:0;
cellspacing:0;
cellpadding:0;
}