/* De CSS voor de indexpagina's en het frame */

body /*lichtblauwe tekst met donkerblauwe achtergrond */
{
	font-family: Garamond, Times new roman;
	font-size: 11px;
	background-color: #1A376E;
	color: #BDCFEF;
}

input /*Form input elementen met lichtblauwe achtergrond*/
{
	background-color: #BDCFEF;
}

textarea /*Form textarea elementen met lichtblauwe achtergrond*/
{
	background-color: #CDDFFF;
}

a:link /*Normale link */
{ 
	color: #BDCFEF;
}
a:visited /*Bezochte link */
{ 
	color: #BDCFEF;
}
a:hover /*Mouseover link */
{ 
	color: #FFFFFF;
}
a:active /*OnClick link */
{ 
	color: #BDCFEF;
	font-weight : bold;
}

.subscript /*kleine tekst */
{
	color: #BDCFEF;
	font-family: Arial;
	font-size: 9px;
	text-align: center;
	word-spacing: 0; 
	margin-top: 0; 
	margin-bottom: 0;
}

.goldtext /*tekst in goud voor het welkomstbericht */
{
	color: #F7D651;
}
