
/* P's and Q's css */
.page-title-block {background-color: white; margin-bottom: 15px;}
.post {background-color: white; padding: 20px; margin-bottom: 15px;}

.h1{
    color: #000000;
    font-family : arial, helvetica, san-serif;
    font-size: 32px;
    font-weight: bold;
}

.h2{
    color: #000000;
    font-family : arial, helvetica, san-serif;
    font-size: 24px;
    font-weight: bold;
}

.h3Title{
    color: #e63dd8;
    font-family : arial, helvetica, san-serif;
    font-size: 18px;
    font-style:italic;
}

.h4{
    color: #000000;
    font-family : arial, helvetica, san-serif;
    font-size: 15px;
    font-style:italic;
}

.h5{
	color: #cc940c;
	font-family : 'Times New Roman', Times, serif;
	font-size: 18px;
	font-weight:bold;
}

.h5Black{
	color: #000000;
	font-family : 'Times New Roman', Times, serif;
	font-size: 18px;
	font-weight:bold;
}

.h5Green{
	color: #48af60;
	font-family : 'Times New Roman', Times, serif;
	font-size: 18px;
	font-weight:bold;
}

.h5BlueLink{
	color: #2993dd;
	font-family : 'Times New Roman', Times, serif;
	font-size: 18px;
	font-weight:bold;
	text-decoration:none;
}

.h5BlueLink.hover{
	color: #2993dd;
	font-family : 'Times New Roman', Times, serif;
	font-size: 18px;
	font-weight:bold;
	text-decoration: underline;
}

.h6{
	color: #000000;
	font-family : arial, helvetica, san-serif;
	font-size: 18px;
	font-weight:bold;
	text-decoration:none;
}

.mainText{
	color: #000000;
	font-family : arial, helvetica, san-serif;
	font-size: 12px;
}

.a1 {
	color:#330099;
	text-decoration: underline;
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
}
				
.a1:visited{
	color: #e63dd8;
	text-decoration: underline;
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
}

.aLink {
	color:#330099;
	text-decoration: underline;
	font-family: arial, helvetica, san-serif;
	font-size: 12px;}