/* Style Sheet behorend bij de website 'Laura's egotripje' 
www.ratje-toe.nl
Laatste keer bijgewerkt: 22 februari 2006 door Laura */


BODY {
	background-color: #268DD9;
} 

P {
	color: #ffffff;
	font-family: Agenda, Verdana, Arial, sans-serif;
	font-size: small;
}

H1 {
	font: bold xx-large "Comic Sans MS", Agenda, Verdana, Arial, sans-serif;
	color: #00FFFF;
	text-align: center;
}

H2 {
	font: bold x-large Agenda, Verdana, Arial, sans-serif ;
	color: #ffffff;
	text-align: center;
}

H3 {
	font: bold large Agenda, Verdana, Arial, sans-serif;
	color: #ffffff;
	text-align: center;
}


H4 {
	font: bold medium Agenda, Verdana, Arial, sans-serif;
	color: #ffffff;
	text-align: center;
}


H5 {
	font: bold small Agenda, Verdana, Arial, sans-serif;
	color: #ffffff;
	text-align: center;
}


H6 {
	font: bold x-small Agenda, Verdana, Arial, sans-serif;
	color: #ffff;
	text-align: center;
}

a:link {
	color: #000000;
	text-decoration: none;
	font: Agenda, Verdana, Arial, sans-serif;
}

a:visited {
	color: #000000;
	text-decoration: none;
	font: Agenda, Verdana, Arial, sans-serif;
}

a:active {
	color: #660000;
	text-decoration: none;
	font: Agenda, Verdana, Arial, sans-serif;
}

a:hover {
	color: #268DD9;
	background-color: #ffffff;
	text-decoration: underline;
	font: Agenda, Verdana, Arial, sans-serif;
	border-bottom: thin, dashed, #660000;
	border: dashed #660000;
	border-bottom-width: thin;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}


.midden {
	text-align: center;
}

.zwart {
	color: #000000;
}

.klein {
	font-size: xx-small;
}