﻿@charset "utf-8";
h1
.style1 
{
	font-family: Arial;
	color: #0000FF;
	font-size: x-large;
}

h2
.style2 
{
	font-family: Arial;
	font-size: large;
	color: #FF9900;
}

p
.style3 
{
	font-family: Arial;
	font-size: medium;
	font-weight: normal;
}

h6
.style4 
{
	font-family: Arial;
	font-weight: normal;
	font-size: small;
	color: #808080;
}

ul
.style5 {
	font-family: Arial;
	font-size: small;
}
