/* CSS Document */
body {
	background-color: #24413d;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
}
a {
	font-weight: bold;
	font-size: .9em;
	color: #000000;
	text-decoration: none;
}
a:link {
	text-decoration: underline;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #24413D;
	text-decoration: underline;
}
h1 {
	font-size: 36px;
	color: #000000;
}
h2 {
	margin-left: 10px;
	font-size: 24px;
	color: #000000;
}
h3 {
	font-size: 18px;
	color: #000000;
}
h4 {
	font-size: 16px;
	color: #FFCC00;
}
h5 {
	font-size: 14px;
	color: #FFCC00;
}

#homeContent {
	margin-top: 10px;
	margin-right: 60px;
	margin-bottom: 5px;
	margin-left: 60px;
}

.footerTxt {
	font-size: 0.8em;
	color: #666666;
}
#toydrumTxt {
	font-size: 0.8em;
	color: #F0F0F0;
	text-align: right;
}
#toydrumTxt a {
	font-weight: normal;
	text-decoration: none;
	color: #F0F0F0;
}
#toydrumTxt a:link {
	text-decoration: underline;
	color: #F0F0F0;
}
#toydrumTxt a:visited {
	text-decoration: none;
	color: #F0F0F0;
}
#toydrumTxt a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
