﻿body {
	font-family: Verdana;
	font-size: 13px;
	color: #333;
	background-color: #fff;
	margin-top: 0px;
	width: 670px;
}
a {
	color: #9E2520;
}
a:hover{
    background-color: #9E2520;
    color: white;
    text-decoration: none;
    text-transform: capitalize;
}
b {
    color: #9E2520;
}

h3  {
	color: #9e2520;
}

h2  {
	font-size:18px;
	color: #333;
}

h1  {
	color: #9e2520;
}

#menu {
	background-color: #eee
}
#menu li {
     list-style-type: none;
     text-align:right;
     padding-top:8px
}
#menu ul {
     margin-right: 0;
     padding-right: 0;
     text-align:right;
}
#menu ul.links li {
      margin-bottom: 0;
}
