a {
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;


}
a:hover {
	font-weight: bold;
	color: #FF6600;
}
select {
	font-family: Tahoma;
	font-size: 10px;
}
textarea {
	font-family: Tahoma;
	font-size: 10px;
	height: 200px;
	width: 250px;
}
body {
	background-image: url(../images/pattern.jpg);
	background-repeat: repeat;
}

li {
	list-style-position: inside;
}
