/*

	This file has all of your colors and font sizes

	Changes you make will affect your entire site

*/

body
{
	/* color of the background */
	background-color: silver;

	/* the default font size */
	/* if you want certain places to be different, use <font size="4"> ... </font>   */
	font-size: 18pt;
}

a
{
	/* default color of links */
	color:rgb(153, 0, 51);
}

h1, h2, h3, h4, h5, h6
{
	/* the text color for headings */
	color:rgb(0, 102, 153);
}

li:before
{
	/* the color of bullets in a list */
	color:rgb(0, 102, 153);
}

footer
{
	/* size of the copyright text in the footer */
	font-size: 7pt;
}
