@charset "UTF-8";
/* CSS Document */

body{
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:15px;
	text-align:justify;
	background-color:#4b2c12;
	margin:0px;
	padding:0px;
}

#menu {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	padding-top:40px;
}

#news {
	padding-left:50px;
	padding-top:20px;
}

#text {
	padding-left:20px;
	padding-right:10px;
	padding-top:0px;
}

b {
	color:#F36;
	font-weight:bolder;
}

i {
	color:#09f;
	font-style:normal;
}

u {
	color:#09F;
}

h1:first-letter {
	color:#F36;
	font-size:16px;
	text-transform:uppercase
}

h1 {
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color:#09F;
	background-color:#FFF;
	border-bottom: solid #F36 3px;
	letter-spacing:1px;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	text-transform:lowercase;
	font-style:italic;
	color:#09F;
	font-size:14px;
}

a:link, a:visited {
	color: #F36;
	text-decoration:none;
}

a:hover {
	color:#09F;
	text-decoration:none;
}

h3 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing:1px;
	color:#F36;
	padding-left:20px;
}

textarea, input {
	background:none;
	border:1px dotted #F36;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

textarea {
	width: 300px;
	height: 100px;
}
	