﻿/* ---------------------------------------------------------------------------------------------- *
 *  cascading style sheet by marcellosendos                                                       *
 * ---------------------------------------------------------------------------------------------- */

body
{
	background-image: url(../images/design/headerpurple.png);
}

/* ---------------------------------------------------------------------------------------------- */

h1
{
	color: #220066;
}

h2
{
	color: #220066;
}

h3
{
	color: #220066;
}

h4
{
	color: #220066;
}

ul
{
	list-style-image: url(../images/design/squarepurple.png);
}

dt
{
	background-image: url(../images/design/squarepurple.png);
}

a
{
	color: #220066;
}

/* ---------------------------------------------------------------------------------------------- */

#mainnav ul li a.active
{
	color: #220066;
}

/* ---------------------------------------------------------------------------------------------- */

#subnav ul li a.active
{
	color: #220066;
}

/* ---------------------------------------------------------------------------------------------- */

