td,p {
	font-family: Verdana,Tahoma, Arial;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #848284;
}

a:hover {
	text-decoration: underline;
	color: #ff6500;
}

h1 {
	font-size: 18px;
	font-weight: bolder;
	letter-spacing: 2px;
	color: #848284;
}

#nav a {
        margin: 0;
        line-height:14px;
        font-size:14px;
        font-weight:bold;
        color:#848284;
        letter-spacing:1px;
        text-transform:lowercase;
}

#nav a:hover {
        margin: 0;
        line-height:14px;
        font-size:14px;
        font-weight:bold;
        color:#ff6500;
        letter-spacing:1px;
        text-transform:lowercase;
}

.alert {
	color: #ff0000;
	font-weight: bold;
}
