/* CSS-regels voor de UNIFIX website*/

body
	{
	background-image: url("../graphics/backgrou.jpg");
	font-family: "Arial"
	font-size: large;
	color: Yellow;
}

h1
	{
	font-family: "Arial";
	color: Red;
	text-align: left;
	font-size: 40pt;
}

h2
	{
	font-family: "Arial";
	color: Red;
	text-align: center;
	font-size: 40pt;
}

h3
	{
	font-family: "Arial";
	color: Yellow;
	text-align: center;
	font-size: 30;
}

h4
	{
	font-family: "Arial";
	color: Yellow;
	text-align: left;
	font-size: 30;
}

A:link
	{
	font-family: "Arial";
	color: Yellow;
	font-weight: bold;
	text-decoration: none;
}

A:hover
	{
	font-family: "Arial";
	font-weight: bold;
	color: Red;
	text-decoration: none;
}

A:active
	{
	font-family: "Arial";
	color: Yellow;
	font-weight: bold;
	text-decoration: none;
}

A:visited
	{
	font-family: "Arial";
	color: Yellow;
	font-weight: bold;
	text-decoration: none;
}

