/* CSS Document */

<style type="text/css">
<!--
body { 
 margin: 12px;
 color: #725a48; 
 text-align: center;
 font-size: 11px; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 background-color: #bedbe1; 
 background: url(http://sydniehorton.com/carriere-stumm.com/images/background2.jpg); 
 background-repeat: repeat; 
 padding:0; 
}
p {
 color: black;
 font-size: 11px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin:5px;
 padding:8px;
}
td {
 color: black;
 font-size: 11px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
 color: #990000;
 font-size: 11px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
} 

.class1 A:link {COLOR: black; text-decoration: underline;}
.class1 A:visited {COLOR: black; text-decoration: underline;}
.class1 A:hover {COLOR: #990000; text-decoration: none;}

.class2 A:link {COLOR: black; text-decoration: none;}
.class2 A:visited {COLOR: black; text-decoration: none;}
.class2 A:hover {COLOR: #990000; text-decoration: none;}

.class3 A:link {COLOR: #990000; text-decoration: none;}
.class3 A:visited {COLOR: #black; border-bottom: none}
.class3 A:hover {COLOR: #black; border-bottom: none}

.class4 A:link {COLOR: #990000; text-decoration: underline;}
.class4 A:visited {COLOR: #black; border-bottom: none}
.class4 A:hover {COLOR: #black; border-bottom: none}


a img { border: 0; } 
-->
</style>