/* CSS Document */
.inputlabel {
font-family:"Courier New", Courier, monospace;
font-size:13px;
color:#000000;
}
.button {
background-color:#fdc101;
border:1px solid #FDC101;
border-bottom:1px solid #000000;
border-left:1px solid #000000;
border-right:1px solid #000000;
border-top:1px solid #000000;
font-family:"Courier New", Courier, monospace;
font-size:12px;
font-weight:bold;
}

.fontview {
font-family: Tahoma, "Trebuchet MS", Verdana;
font-size:15px;
color:#ffffff;
font-weight:normal;
}
<!-- footer -->
.footer{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:11px;
font-weight:normal;
}

.footer a:link {
color:#fdc101;
text-decoration:none;
}
.footer a:hover {
color:#0099CC;
text-decoration:underline;
}
.footer a:visited {
color:#fdc101;
text-decoration:none;
}
.footer a:active {
color:#fdc101;
text-decoration:none;

}
<!-- power !>
.power{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:11px;
font-weight:normal;
}
.power a:link {
color:#Fdc101;
text-decoration:none;
text-align:right;
}
.power a:hover {
color:#0066CC;
text-decoration:underline;
text-align:right;
}
.power a:visited {
color:#6699FF;
text-decoration:none;
text-align:right;
}
.power a:active {
color:#fdc101;
text-decoration:none;
text-align:right;

}
<!-- contact -->
.contact{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:13px;
font-weight:bold;
}
.contact a:link {
	color: #000000;
	text-decoration: none;
}
.contact a:hover {
	text-decoration: underline;
}
.contact a:visited {
	text-decoration: none;
}
.contact a:active {
	text-decoration: none;
}
<!-- right navigation menu --!>
.rightlink{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:11px;
font-weight:normal;
}
.rightlink a:link {
	color: #000000;
	text-decoration: none;
}
.rightlink a:hover {
    color:#FF9900;
	text-decoration: underline;
}
.rightlink a:visited {
    color:#0066CC;
	text-decoration:none;
}
.rightlink a:active {
    color:#FF9900;
	text-decoration: none;
}
<!-- top right menu --!>
.text {
font-family:Arial, Helvetica, sans-serif;
color: #0099CC;
font-size:9px;
font-weight:normal;
}

.text a:link {
color:#0099CC;
text-align:right;
text-decoration:none;
}

.text a:hover {
color:#fdc101;
text-align:right;
text-decoration:underline;
}

.text a:active {
color:#fdc101;
text-align:right;
text-decoration:none;
}

.text a:visited {
color:#fdc101;
text-align:right;
text-decoration:none

}