﻿/*
CSS style sheet for Berkowsky Web Site
Created by Michael Stumpo
*/

/*
Start of the main CSS properties
*/
body {background-color: #217676}
.maintext {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: black;
}
.maintextsmall {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: black;
}
.maintextItalic {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: Black;
font-style:italic
}
.maintextbold {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: Black;
font-weight: bold;
}
.maintextul {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
text-decoration: underline;
color: #000000;
}
.groupheading {
font-family: Verdana;
color: #7A7A7A;
font-size: 14pt;
font-style: italic;
}
.groupheading12 {
font-family: Verdana;
color: #7A7A7A;
font-size: 10pt;
font-style: italic;
font-weight: bold;
}
.pageheading {
font-family: Verdana;
color: #7A7A7A;
font-size: 18pt;
}
.pageheading14 {
font-family: Verdana;
color: #7A7A7A;
font-size: 14pt;
}
.pageheading12 {
font-family: Verdana;
color: #7A7A7A;
font-size: 12pt;
}