/* @override http://localhost/niris/css/type.css */

/* General Page typeface support - menus etc are stored in layout, this file should also include any images etc, basically all the content that is in the main PageContent area */

#PageContent h1 {
	font-size:  140%;
	color:  blue;
	font-weight:  normal;
	margin-bottom:  10px;
}
#PageContent h2 {
	font-size:  130%;
	color:  blue;
	font-weight:  normal;
	margin-bottom:  10px;
}
#PageContent h3 {
	font-size:  120%;
	color:  blue;
	font-weight:  normal;
	margin-bottom:  10px;
}
#PageContent h4 {
	font-size:  110%;
	color:  blue;
	font-weight:  normal;
	margin-bottom:  10px;
}
#PageContent p {
	display:  block;
	text-align:  justify;
	font-size:  70%;
	line-height:  160%;
	margin-bottom:  10px;
}
#PageContent a {
	color:  blue;
}
#PageContent p a:hover {
	color:  red;
}


#PageContent ul {
	display:  block;
	font-size:  70%;
	line-height:  160%;
	margin-bottom:  10px;
	list-style-type: disc;
	padding:  0 20px;
}

