﻿#headeru
{
	
	width: 100%;
	height: 150px;
	font-family: Verdana;
              text-align: center;
}
#headeru a:hover { text-decoration:underline ;
 }

#main
{
	text-align: justify;
	font-family: Tahoma;
              margin-left: 15%;
              margin-right: 15%;
}

#footeru
{
	width: 100%;
	height: 10%;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
}
h1 {font-weight:400; text-align:left;}
h2 {color: #444444; font-weight:400; text-align:left;}

.unicode {font-family: 'Arial Unicode Ms';}

hr {
	border-style: solid none none none;
	border-width: 1px;
	border-color: #919191;
}
a       {
        color:#345C34;
        text-decoration:none;
        border: 0;
}
a:hover {
        color:#117743;
        text-decoration:underline;
        border: 0;
}

.spoiler {
        background: #CCCCCC;
        color: #CCCCCC;
}
.spoiler:hover {
color: inherit;
background-color: inherit !important
}
.red {color: #FF0000;
}
blockquote { background-color:#efe;;
}
img { border: 0;
}