﻿body 

h1
{
	font-size: xx-large;
	color: Blue;
}

h2
{
	font-size: medium;
	color: Red;
}

p
{
	background-color:White;
	color:Black;
}

em
{
	font-size: small;
	font-style:italic;
	background-color:White;
	color: red;
}

.title1
{
	font-size:medium;
	background-color:White;
	color:Black;
}

.title2
{
	font-size:small;
	background-color:navy;
	color:White;
}

.title3
{
	font-size:large;
	background-color:White;
	color:Black;
}

.errormsg
{
	font-size:medium;
	background-color:White;
	color:Red;
}

#provtitle
{
	font-size:small;
	font-weight:600;
	background-color:White;
	color:Black;	
}

#dash1
{
	font-size:large;
	background-color:White;
	color:Black;	
}

.resultstext
{	
	font-size:small;
	font-weight:600;
	background-color:white;
	color:Black;
    text-align:left;
}