﻿@import url("../../css/default.css");

body 
{
	background-image: url("mis-background.gif");
	background-color: #dfdfef;
	color: #333;
}

h1 
{
	color: #f90;
	font-size: 1.8em;
}

h2 
{
	color: #698ECB;
	font-size: 1.4em;
}

h3 
{
	font-size: 1.2em;
	margin-bottom: 2px;
}

p, ul li 
{
	font-size: 1.2em;
}

a, a:link, a:visited, a:active
{
	color: #f90;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

ul 
{
	list-style-type: square;
}

hr 
{
	height: 0;
	border-top: solid 1px #ccc;
	clear: both;
}

address 
{
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	padding: 8px;
}