/* 8 pixel margin appears to be the default, but let's be sure! */
BODY				{ margin: 8px; font-family: sans-serif }

/*
*	header stuff
*/

TABLE.robothonpage	{ width: 750px }

/* blue portion of background is 145px wide */
TD.menu				{ width: 130px; text-align: left; vertical-align: top;
					  font-weight: bold; color: white }
TD.menu A:link		{ color: yellow }
TD.menu A:visited	{ color: lightgreen }
TD.menu A:active	{ color: lightgreen }

TD.gap				{ width: 15px }

TD.logo-robothon	{ text-align: center; vertical-align: center }

TD.logo-SRS			{ width: 100px; text-align: right; vertical-align: center }

/*
*	contest rules
*/

DIV.contest-rules H1	{ text-align: center; margin-bottom: 0 }
DIV.contest-rules H2	{ font-style: italic; font-weight: bold; font-size: large }
.revision-date			{ text-align: center; font-size: x-small }
.caption				{ font-size: small }