/* format text content */

span#Content p {
	/* format content paragraphs */
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #CCC;
	text-decoration: none;
}

span#Content a {
	/* format content anchors */
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #CCC;
	text-decoration: none;
}

span#Content a:link {
	text-decoration: none;
	line-height: 16px;
	color: #FFF;
}

span#Content a:hover {
	color: #56B5FF;
	line-height: 16px;
	text-decoration: underline;
}

span#Content a:visited {
	color: #CCC;
	line-height: 16px;
	text-decoration: none;
}

span#Content h2 {
	/* format content headers */
	font-size: 18px;
	font-weight: 100;
	color: #CCC;
	text-decoration: none;
}

span#Content h2 a {
	/* format content header links */
	font-size: 18px;
	font-weight: 100;
	color: #FFF;
	text-decoration: none;
}

span#Content h2 a:hover {
	color: #56B5FF;
}

/* format menu table */

table#Menu {
	width: 100%;
}

table#Menu tr {
	vertical-align:top;
}

table#Menu td {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #CCC;
	text-decoration: none;
	padding: 0px;
}

/* format final menu images via link */

table#Menu td > a {
	/* select anchors which are child of a table cell */
	border: 1px solid #CCCCCC;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 2px;
}

table#Menu td > a:hover {
	border: 3px solid #CCC;
	padding: 0px;
}

table#Menu a > img {
	/* select images which are direct child of a link */
	width: 200px;
	height: 200px;
	border: 0px;
}

/* temporary menu format (remove later) */

table#Menu h2 {
	font-size: 18px;
	font-weight: 100;
	color: #CCC;
	text-decoration: none;
	height: 40px;
}

table#Menu h2 a {
	font-size: 18px;
	font-weight: 100;
	color: #FFF;
	text-decoration: none;
}

table#Menu h2 a:hover {
	color: #56B5FF;
}

