/* CSS Document */
a:link{color: #CCCC66}
a:visited {color: #CCCC66;}
a:hover {color: #CCCC66;text-decoration: none}

.class1 A:link {text-decoration: underline; color: black;}
.class1 A:visited {text-decoration: underline; color: black;}
.class1 A:active {text-decoration: underline; color: black;}
.class1 A:hover {text-decoration: none; color: black;}

#home_content {
width:261px;
height:400px;
position:absolute;
left:660;
top:176;
}

