﻿a
{
	font-weight: bold;
	font-size: 10px;
	color: #ff9933;
	font-family: Verdana;
	text-decoration: none;
 	
}


body
{
	font-weight: bold;
	font-size: 10px;
	color: #ff9933;
	font-family: Verdana;
}

.button {
    border: 1px solid #FFFFFF;
    background: #FF9933;
    font-weight: bold;
}
.button:hover {
    border: 1px solid #FFFFFF;
    background: #DD7711;
    font-weight: bold;
}


