﻿*, html, html *, body, body *
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
}

html
{
	background-color: transparent;
}

strong
{
    font-weight: bold;   
}

em
{
    font-style: italic;   
}

li
{
	list-style-image: none;
    list-style-position: inside;
}

ul li
{
    list-style-type: square;
}

ol li
{
	list-style-type: decimal;
}

p
{
	margin-bottom: 15px;
}

a
{
    text-decoration: underline;
}

/* LVHA */
a:link
{
	color: #555555;
}

a:visited
{
	color: #777777;
}

a:hover
{
	color: #999999;
}

a:active
{
	color: #666666;
}
