/*
Detta stylesheet anger hur de klasser som skapas i html-editorn skall visas när 
sidan publiceras.
*/
H1.Editor_Rubrik1
{
	font-size:160%;
	font-weight: bold;
}
H2.Editor_Rubrik2
{
	font-size:140%;
	font-weight: bold;
}
H3.Editor_Rubrik3
{
	font-size:120%;
	font-weight: bold;
}
.Editor_Ingress
{
	font-weight: bold;
}

A.Editor
{
	color:Blue;
	
}
