#request ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
}

#request a {
        display: block;
        text-align: center;
        width: 100px;
        color: #000000;
	background: #ffff00;
        padding: 5px 5px 5px 5px;
        text-decoration: none;
	border: 2px solid #aaaaaa;
	font-family: Arial;
        font-weight: bold;
        font-size: 16px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
}

#request a:hover {
	border: 2px solid #000000;
        color: #ffff00;
	background: #000000;
}

.hover1  {
	height: 50px;
}

.hover1 a:hover {
	border-bottom: 2px solid #0000ff;
}

#Imagelink:link {text-decoration: none;}
#Imagelink:visited {text-decoration: none;}
#Imagelink:active {text-decoration: none}
#Imagelink:hover {text-decoration:none;}
