﻿@charset "utf-8";

body, html {
	background: #d2d2d2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f2f2f;
	text-align: center;
	}
	
html { overflow-y: scroll;}

a { color: #0000FF; text-decoration: none; outline: none;}
a:hover { text-decoration: underline;}
	
p { margin: 0; padding: 0;}
	
img { border: none;}
	
h1 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 20px;
	border-bottom: 1px solid #cccccc;
	}
		
h2 {
	margin: 15px 0 10px 0;
	padding: 0;
	font-size: 16px;
	}
	
ul { padding-bottom: 10px;}

ul li {
	list-style-type: square;
	line-height: 17px;
	margin-bottom: 10px;
	}

