@charset "UTF-8";

*{
	font-size: 98%;
	line-height:150%;
	color: black;
	margin: 2px;
	font-family: sans-serif;
	zoom: normal;
}

a:link{color: blue;}
a:visited{color: blue;}
a:active{color: blue;}
a:hover{color: red;}

h1.title{
	font-size: 120%;
	padding-left:10px;
}

.title a:hover{font-size: inherit; color: black; text-decoration: none;}
.title a:link{font-size: inherit; color: black; text-decoration: none;}
.title a:visited{font-size: inherit; color: black; text-decoration: none;}
.title a:active{font-size: inherit;color: black; text-decoration: none;}

p{
	text-indent: 2em;
}

#header{
	border: 1px dotted red;
	background-color: #fff0f0;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main{
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer{
	border: 1px dotted red;
	background-color: #fff0f0;
	text-align: right;
	padding: 10px;
}

ol{
	list-style-type: decimal;
	margin-left: 20px;
	padding-left: 20px;
}

.rss{
	text-align: right;
	border: 0px solid black;
	magin: 0px;
	padding: 0px;
}