/* Big header */
.H1 {
	color: #0F9;
	font-family: "Comic Sans MS", serif; 
	font-weight: normal;
	font-size: 36px;
}
/* Small header */
.H2 {
	color: #6FF;
	font-family: "Comic Sans MS", serif; 
	font-weight: normal;
	font-size: 24px;
}
/* Gray */
.NoAction  {
	color: gray;
	font-family: "Comic Sans MS", cursive; 
	font-weight: normal;
	font-size: 18px;	
}
/* Small text */
.under {
	color: #CCC;
	font-family:	"Courier New", Courier, monospace ; 
	font-weight: normal;
	font-size: 12px;	
}

/* Usual text */
.main {
	color: #6FF;
	font-family: "Comic Sans MS", cursive; 
	font-weight: normal;
	font-size: 18px;
}

/* Official text */
.official {
	color: #6FF;
	font-family: "Courier New", Courier, monospace; 
	font-weight: normal;
	font-size: 16px;
}

.links {
	color: #6F0;
	font-family: "Comic Sans MS", cursive; 
	font-weight: normal;
	font-size: 18px;
}

.epigraf {
	color: #6F0;
	font-family: "Comic Sans MS", cursive; 
	font-style: italic;	
	font-size: 18px;
}

.small {
	color: #00CC00;
	font-family: "Comic Sans MS",  monospace; 
	font-style: normal;	
	font-size: 12px;
}
body.norm { 
	background-color: #FFFFFF;
	font:"Comic Sans MS", cursive;
	color: #6FF;
	visited {color: #cecece;}
	active {color: #ffff00;}
}

