﻿.center {
	text-align: center;
}

.bold {
	font-weight:bold
}

.blue {
	color: #0000FF;
}

.pink {
	color: #FF00FF;
}

.small {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
	font-size: small;
}

.xsmall {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
	font-size: x-small;
}

p {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	margin-left: 40px;
	margin-right: 40px;
	font-size: large;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	color: #EBEBCC;
	margin-left: 40px;
	font-size: xx-large;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	color: #336633;
	margin-top: 10px;
	margin-left: 80px;
	font-size: x-large;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	color: #510000;
	margin-left: 40px;
	font-size: large;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	color: #336633;
	font-size: x-large;
}

h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #510000;
}

.borderblack-thin {
	border: 1px solid #000000;
	font-family: "Times New Roman", Times, serif;
}

.caldays {
	text-align: center;
	background-color: #8A8A00;
	font-family: "Times New Roman", Times, serif;
	border: 2px solid #510000;
}

.calborderblack {
	border: 3px solid #000000;
	font-family: "Times New Roman", Times, serif;
}

.calmonth {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #510000;
	font-size: x-large;
	font-weight:bold;
}

.calborderred {
	border: 2px solid #510000;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	background-color: #EBEBCC;
}

.mainbg {
	background-color: #CCCC7F;
}

.aboutbg {
	background-image: url('images/dogs/image3801-bg.jpg');
}

.buildingbg {
	background-image: url('images/dogs/image5031-bg.jpg');
}

.wheaton {
	background-image: url('images/dogs/image6271-lg.jpg');
}

.leftborder {
	background-image: url('images/leftborder.jpg');
}
.top {
	background-color: #510000;
}

A:link {
	color: #336633;
}
A:visited {
	color: #510000;
}
A:hover {
	color: #510000;
}
A:active {
	color: #510000;
	font-family: "Times New Roman", Times, serif;
}

