a.mod1:link { color:black ; text-decoration:underline;}
a.mod1:visited { color:black; text-decoration:underline;}
a.mod1:hover { color:red; text-decoration:none;}
a.mod1:active {color:red; text-decoration:none;}

a.mod1a:link { color:black ; text-decoration:underline;}
a.mod1a:visited { color:black; text-decoration:underline;}
a.mod1a:hover { color:white; text-decoration:none;}
a.mod1a:active {color:white; text-decoration:none;}

a.mod1b:link { color:white ; text-decoration:underline;}
a.mod1b:visited { color:white; text-decoration:underline;}
a.mod1b:hover { color:red; text-decoration:none;}
a.mod1b:active {color:red; text-decoration:none;}

a.mod1c:link { color:white ; text-decoration:underline;}
a.mod1c:visited { color:white; text-decoration:underline;}
a.mod1c:hover { color:black; text-decoration:none;}
a.mod1c:active {color:black; text-decoration:none;}

.mod2{border-style:solid;border-color:white;border-width:1px;}

input.submit1 {
border: thin #03E908 solid;
background-color: #9603E2;
background-repeat:
no-repeat;
background-position: left center}


body {font-family: Arial;}


div.opacity
{
filter: alpha(opacity=50);
-moz-opacity: 0.5;
z-index: 1;
width: 100%;
height: 200px;
background-color: #003080;
}


div.no_opacity
{
position: relative;
margin-top: -200px;
z-index: 2;
width: 100%;
height: 200px;
}




div.opacity2
{
filter: alpha(opacity=50);
-moz-opacity: 0.5;
z-index: 1;
width: 100%;
height: 500px;
background-color: #003080;
}


div.no_opacity2
{
position: relative;
margin-top: -500px;
z-index: 2;
width: 100%;
height: 500px;
}



div.opacity3
{
filter: alpha(opacity=50);
-moz-opacity: 0.5;
z-index: 1;
width: 100%;
height: 1200px;
background-color: #003080;
}


div.no_opacity3
{
position: relative;
margin-top: -1200px;
z-index: 2;
width: 100%;
height: 1200px;
}
