@charset "UTF-8";
body {
	background-image: url(images/yellowBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	background-color: #FFF116;
}
.yellowHome {
	margin-top: 100px;
}
.yellowHomeNav {
	margin-left: 50px;
}
.yellowHomeNavItems {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
}
.yellowHomeNavItems a:link{
	color: #000000;
	text-decoration: none;
}
.yellowHomeNavItems a:visited{
	color: #000000;
	text-decoration: none;
}
.yellowHomeNavItems a:active{
	color: #000000;
	text-decoration: none;
}
.yellowHomeNavItems a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.yellowHomeBODY {
	width: 300px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
