/* CSS Document */


body { }

A:LINK { color: #808080;  TEXT-DECORATION: none; font-family: arial }
A:visited { color: #808080;  TEXT-DECORATION: none; font-family: arial }
A:active { color: #006699;  TEXT-DECORATION: none; font-family: arial }
A:hover { color: #006699;  TEXT-DECORATION: none; font-family: arial }


.class2 A:link {text-decoration: underline; color: #0066CC; font-family: arial}
.class2 A:visited {text-decoration: underline; color: #0066CC; font-family: arial}
.class2 A:active {text-decoration: underline; color: #0066CC; font-family: arial}
.class2 A:hover {text-decoration: underline; color: #808080; font-family: arial}

div{color:#000}
div{font-family: arial,sans-serif}

a{font-family:arial,sans-serif}

h1 { 
   font-size: 10;
   font-family : Arial; 
   text-align : center; 
   text-decoration : none; 
   color: #c0c0c0;
   font-weight: 100;
}
h2 { 
   font-family : Arial; 
   font-size : 12px; 
   text-align : center; 
   text-decoration : none; 
   color: #c0c0c0;
   font-weight: 100;
}
h3 { 
   font-family : Arial; 
   font-size : 14px; 
   text-align : center; 
   text-decoration : none; 
   color: #C0C0C0;
   font-weight: normal
}
div.bg1 {
background-image: url(../design/links9dd.jpg);
width:100px;height:200px;
border:0px solid red;
padding:0px;
}

