/* Layout for Claud's Web Page.  9/26/04.
*/

h1 {
   font: bold;
   font-size:  200%;
   font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
   color: #6a5469;
}

body {
     background: #e7ddef;
}

a {
	font: bold;
	color: #48057C;
	text-decoration:  none;
}

a img {
	border: none;
}

a:visited {
	color: #48057C;
	text-decoration:  none;
}

a:hover {
	color: #CD0CAB;
	text-decoration:  none;
}
