﻿/************************************************/
/*  Dillon Valley East Condominium Association  */
/************************************************/
body {
	font-family: verdana, arial, sans-serif;
	font-size: small;
	background-image: url('images/background_spring.gif');
	background-repeat: repeat-x;
}
#masthead {
	width: 550px;
	text-align: center;
	border-bottom-style: solid;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-color: #808080;
}
hr {
	margin: 0px auto 0px auto;
	color: rgb(190, 188, 170);
	width: 80%;
	padding-top: 0px;
}
h1 {
	font-size: large;
	font-weight: bold;
}
h2 {
	font-size: medium;
	font-weight: bold;
}
h3 {
	font-size: small;
	font-weight: bold;
}
a:link, a:visited {
	color: #D84E00;
	font-size: small;
}
a:hover {
	color: #008000;
	font-size: small;
}
a:active {
	color: #EBB66C;
	font-size: small;
}
table {
	border-width: thin;
	border-style: solid;
	font-size: small;
}
.center_text {
	text-align: center;
}
#footer_div {
	text-align: center;
	margin-top: 400px;
	font-size: x-small;
	clear: both;
}
.indent_text {
	margin-left: 20px;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
