/* FCKEditor CSS */

body{
		background-color: #FFFFFF; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px;
	}

p{
		margin: 1em 0;
	}

.headline{
		font-size:22px;
		font-weight:bold;
	}

.subheadline {
		font-size: 18px;
		font-weight: bold;
	}

.normal{
		font-size: 12px;
		color:#696969;
	}
	
.blue{
		color:#4269E7;
}

.small {
	font-size: smaller;
	}

.medium {
	font-size: medium;
	}

.large {
	font-size: large;
	}
