@charset "utf-8";
#container #updates p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#updates2 {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #FF6FDB;
	border: 2px ridge #FF0000;
}


#container #updates {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border: 2px ridge #000000;
	background-color: #FEFEBA;
}

.green {
	background-color: #6AFE6A;
}

.lilac {
	background-color: #CF9EF8;
}

.pink {
	background-color: #FFB0B0;
}

.yellow {
	background-color: #FEFE7A;
}

.contents {
	font-size: 16px;
	font-weight: bold;
}

.grey {
	background-color: #CCCCCC;
}

.blue {
	background-color: #B8D0FE;
}

#container {
	width: 780px;
	border-top-width: 5px;
	border-right-width: 3px;
	border-bottom-width: 5px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 25px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#container p {
	padding-right: 25px;
	padding-left: 25px;
}
#container h3 {
	font-size: 18px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container h2 {
	padding-left: 25px;
	font-size: 16px;
	text-transform: capitalize;
}

#header {
	background-attachment: scroll;
	background-image: url(../assets/images/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 125px;
	text-indent: -9999px;
}
#header h1 {
	margin: 0px;
	font-size: 16px;
}
#container a {
	text-decoration: none;
	font-size: 14px;
	color: #0000FF;
}
#container a:hover {
	color: #FFFFFF;
}

#container ol {
	line-height: 30px;
}
