﻿body {
}
.theme1
{
	font-family: Arial;
	font-size: small;
}
.theme1 h1 {
                font-family: Arial;
                font-size: 2em;
                font-weight: bold;
                font-style: normal;
                font-variant: normal;
                text-transform: uppercase;
                color: red;
}
.theme2
{
	font-family: Times New Roman;
	font-size: small;
}
.theme2 h1 {
                font-family: Times New Roman;
                font-size: 20px;
                font-weight: bold;
                font-style: normal;
                font-variant: normal;
                text-transform: uppercase;
                color: blue;
}

.theme3 
{
	font-family: Verdana;
	font-size: small;
}

.theme3 h1 {
                font-family: Verdana;
                font-size: 2em;
                font-weight: bold;
                font-style: normal;
                font-variant: normal;
                text-transform: uppercase;
                color: green;
                text-decoration: underline overline;
}
.theme4 
{
	font-family: Franklin Gothic Medium;
	font-size: small;
}

.theme4 h1 {
                font-family: Franklin Gothic Medium;
                font-size: 1.75em;
                font-weight: normal;
                font-style: italic;
                font-variant: small-caps;
                text-transform: none;
                color: yellow;
                text-decoration: underline;
}

.theme5 
{
	font-family: Sans-Serif;
	font-size: small;
}
.theme5 h1 {
                font-family: Sans-Serif;
                font-size: 1.75em;
                font-weight: normal;
                font-style: italic;
                font-variant: small-caps;
                text-transform: none;
                color: black;
                text-decoration: underline;
}
