﻿body { 
	font-family: "Segoe UI", Arial, San-serif;
	font-size: 1.1em;
	color: white ;
	background-color: #000 ;
	padding: 0px 0px;
}

a:link		{ color: #FFF; font-size: 100%; font-weight: normal; text-decoration: none; border-bottom: 1px gray dotted; }
a:visited	{ color: #FFF; font-size: 100%; font-weight: normal; text-decoration: none; border-bottom: 1px gray dotted; }
a:active	{ color: #CCC; font-size: 100%; font-weight: normal; text-decoration: none; border-bottom: 1px gray dotted; }
a:hover		{ color: #CCC; font-size: 100%; font-weight: normal; text-decoration: none; border-bottom: 1px gray dotted; }

ul {list-style-type: square; }