/* CSS Document for each content page that will appear in the main page's iframe*/

/* Formatting for headings*/
h2 {
	border-bottom:thin white solid;
	font-variant:small-caps;
}

/* The default font is white sans-serif on a black background. Scrollbars are disabled. */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:white;
	background-color:black;
	}

/* Get rid of image borders */	
img {
	border:none;
	}