﻿body,p,td,h1,h2,h3
{
	font-family:Verdana;
	font-size:10px;
}

.info
{
    font-family: Segoe UI, Tahoma;
    font-size: 10pt;
    background-color: #FFFFCC;
    padding: 10px;
}

.text
{
    font-family: Segoe UI, Tahoma;
    font-size: 9pt;
}

a
{
    text-decoration: none;
    font-family: Segoe UI, Tahoma;
    font-size: 9pt;
    color: Navy;
}

a:hover
{
    text-decoration: underline;
    color: Navy;
}
.FlatList
{
	list-style-type: square;
	margin:0;
	padding:0;
	list-style-position: inside;
}
