/* CSS Document */
body {
	background-color:#00CC33;
	background-image: url(images/Puppies%20Faces.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
	font-family: "Times New Roman", Times, serif;
}

body, td, th {
	color: #000000;
}

h1, h2 {
	color: #333333;
}

h3, h4, h5, h6 {
	color: #333333;
}

a {
  color: #000066;
}

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

form {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	}

input {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

select {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type: circle;
	list-style-position: outside;
}

li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

ol {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type: upper-alpha;
	list-style-position: outside;
}

.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
}

.big {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

.bodystyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}

