/* Lizzie Holloway CSS Document 

Author: Carla Stokes

Last Updated: March 23, 2008*/

body {
    font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 20px;
	}

/*links*/
	a:link {
	color: #ff99cc;
	text-decoration: none;
	}
	a:visited {
	color: #c9ed6e;
	text-decoration: none;
	}
	a:hover {
	color: #fc46c8;
	text-decoration: underline;
	}
	a:active {
	color: #ff99cc;
	text-decoration: none;
	}

