BODY	{	font:		12 pt;
		font-family:	Serif;
		background:	#C5CFB0;
		color:		#0584D2;
		<!-- background-image: url(pics/matt01.jpg) -->
	}

H1
{
    font:		24pt;
    font-family:	Sans-Serif;
    color:		#1467F4
}

.gradient
{
    background:    -moz-linear-gradient(top, yellow 0%, white 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(top, yellow 0%, white 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top, yellow 0%, white 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top, yellow 0%, white 100%); /* IE10+ */
    background:         linear-gradient(top, yellow 0%, white 100%); /* the standard way */
}

H2	{	font:		20pt;
		font-family:	Sans-Serif;
		color:		#247916
	}

P	{	text-indent:	0.0in;
		margin-left:	0px;
		margin-right:	50px
	}

A:hover {	color:		#04C538;
		text-decoration: none
	}

A:link:	{	color:		#05355A;
		text-decoration: none
	}

A:visited: {	color:		#5A3C7C;
		text-decoration: none
	}

A:active: {	color:		#04969E;
		text-decoration: none
	}

#nav li
{
    display:inline;
    margin-right: 15px;
    text-decoration:none;
}
