@charset "UTF-8";
/* CSS Document */

body {
font-family: "Trebuchet MS", Helvetica, sans-serif;
color: #000;
width: 800px;
margin: 20px auto;
}

h1, h2, h3, h4, h5, h6 {
	color: #7E001A;
}

a:link {
color: #7E001A;
font-weight: bolder;
font-size: 14pt;
text-decoration: none;
text-transform: uppercase;
}

a:visited {
color: #7E001A;
font-weight: bolder;
font-size: 14pt;
text-decoration: none;
text-transform: uppercase;
}

a:hover {
color: black;
text-decoration: underline;
}

a:active {
color: #7E001A;
font-weight: bolder;
font-size: 14pt;
text-decoration: none;
text-transform: uppercase;
}

#menu {
margin: 20px 0 0 155px;
}

#line {
border-bottom: 1px solid #000;
margin-bottom: 40px;
}

#menu li {
list-style: none;
display: inline;
padding-right: 20px;
}

.imgR {
float: right;
margin-left: 15px;
}






