/* CSS Document */
body, html {
background-color:#966;
margin:0;
}
.contents {
width:800px;
background-color:#966;
position:relative;
margin-left:auto;
margin-right:auto;
display:block;
margin-top:0;
padding-bottom:50px;
}
a:link, a:visited {
color:#600;
text-decoration:none;
}
a:hover {
color:#000;
text-decoration:underline;
}
p {
	font-family:"Trebuchet MS", Verdana, sans;
	font-size:12px;
	color:#000;
	margin-left:25px;
	margin-right:25px;
	line-height:16px;
}
h3 {
font-family:Arial, sans;
	font-size:14px;
	color:#333;
	margin-left:25px;
	margin-right:25px;
	line-height:16px;
}
.articles {
border-left-color:#fff;
border-left-style:dotted;
border-left-width:3px;
border-right-color:#fff;
border-right-style:dotted;
border-right-width:3px;
margin-left:75px;
margin-right:75px;
}
h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#600;
margin-right:75px;
margin-left:75px;
text-align:right;
margin-bottom:10px;
}
h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#600;
margin-right:75px;
margin-left:75px;
text-align:right;
line-height:18px;
margin-top:0px;
margin-bottom:25px;
border-bottom:1px solid #600;
}
.logo {
display:none;
}
.menu {
text-align:center;
}