﻿#nav {
	float: Right;
	width: 300px
	background-color: yellow
	}  
#pic {
	float: left;
	}
#DaysOfWeekStyle {
	font-family: Arial;
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	background-color: #99CCFF;
	margin-bottom: -2px;
}
.homestyle {
	font-size: large;
	font-weight: bold;
}

.style1 {
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
}
.style2 {
	font-size: large;
	font-weight: bold;
	background-color: #99CCFF;
}
.largebold {
	font-size: large;
	font-family: Arial;
	font-weight: bold;
}
}
.style3 {
	border-width: 2px;
}
.style4 {
	border: 2px solid #000000;
	text-align: center;
}
.mydatestyle1 {
	margin: -1px;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	padding-top: -10px;
	padding-bottom: -10px;
}
.smallspace {
	padding: 1px;
	margin: 1px;
	font-size: 2px;
}

