﻿body
{
	font-family: Tahoma, sans-serif ;
}
p 
{
	font-family:"Segoe UI", Tahoma, Helvetica, sans-serif ;
	margin-left: 0.5cm;
	margin-right:0.2cm;
}
h1
{
	font-family: "Segoe UI";
	background-color:silver ;  
	color:blue;  
	font-size:x-large; 
	margin-left: 0.25cm;
}
h2
{
	font-family: Tahoma;
	font-size:large ;
	color:blue;
	margin-left: 0.25cm;
}
h3
{
	font-family: Tahoma;
	color:green;
	margin-left: 0.25cm;
}
h4
{
	font-family: Tahoma;
	color: rgb(51, 102, 0);
}
h5
{
	font-family: Tahoma;
	color:blue;
}

button
{
	background-color: rgb(51, 0, 153);
	color: rgb(255, 255, 255);
}
label
{
	color: rgb(0, 0, 0);
}
textarea
{
	color: rgb(11, 0, 0);
}
fieldset
{
	color: rgb(11, 0, 0);
}
legend
{
	color: rgb(51, 0, 153);
}
select
{
	color: rgb(11, 0, 0);
}
caption
{
	color: rgb(51, 0, 153);
}
th
{
 	font-family: Tahoma;
	color: rgb(0, 0, 0);
}
ul
{
	font-family: Tahoma;
	margin-left: 1cm;
}
li
{
 	font-family: Tahoma;
	color: rgb(0, 0, 0);
}

table
{
	font-family: Tahoma;
	margin-left: 0.2cm;
}
.style1 {
				font: Tahoma;
				border-width: 0;
}

.style2 {
				font: Tahoma;
				border-bottom-style: solid;
				border-bottom-width: 1px;
}
.style3 {
				font: Tahoma;
				border-top-style: solid;
				border-top-width: 1px;
				border-bottom-style: solid;
				border-bottom-width: 1px;
}
.style4 {
				font: Tahoma;
				border-bottom-style: solid;
				border-bottom-width: 1px;
				color: #0000FF;
}
.style5 {
				font: Tahoma;
				color: #FFFFFF;
				font-weight: bold;
				border-width: 1px;
				background-color: #0000FF;
}
.style9 {
				font: Tahoma;
				border-bottom-style: solid;
				background-color: #00FFFF;
}
.style10 {
				border-color: #000000;
				font: Tahoma;
				border-width: 1px;
				border-style: solid;
}
.style11 {
				font: Tahoma;
				border-width: 1px;
				text-align: center;
}
.style12 {
	font: Tahoma;
	background-color: #00FF00;
	text-align: left;
}
.style13 {
				font: Tahoma;
				font-weight: bold;
				border-style: solid;
				border-width: 1px;
				color: #FFFFFF;
				background-color: #808080;
}

}