﻿body {
	line-height: 1;
	margin:0;
	padding:0;
	/*vertical-align: baseline;*/
}
frame, frameset, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/*
dd, div, dt, form, html, img, object, p, param, script, span, table, td{
	margin: 0;
	padding: 0;
}
a, body, dd, div, h1, h2, h3, h4, h5, h6, html, img, label, li, object, p, param, script, span, strong{
	border: 0;
}
a, body, button, dd, div, dl, em, form, h1, h2, h3, h4, h5, h6, label, li, object, p, script, span, table, td, textarea, ul {
	font-family: inherit;
}
a, body, dd, div, dl, em, form, h1, h2, h3, h4, h5, h6, html, img, label, li, object, p, param, script, span, table, td, textarea, tr, ul{
	vertical-align: baseline;
}
html, body, button, dd, div, dl, em, form, h1, h2, h3, h4, h5, h6, img, label, noscript, object, p, param, script, span, table, td, tr{
	background: transparent;
}
*/

a{
	text-decoration:none;
}
a:visited {
	color:black;
	text-decoration: none;
}
a:link{
    color:Black;
	text-decoration:none;
}
a:hover
{
	color:#999999;
	text-decoration:underline;
	cursor:pointer;
}
a:active {
	text-decoration: underline;
}
/*a, abbr, acronym, address, area, b, big, blockquote, body, button, caption,
cite, code, col, colgroup, dd, del, div, dfn, dl, dt, em, fieldset, form, h1,
h2, h3, h4, h5, h6, html, i, iframe, img, input, ins, kbd, label, legend, li,
noframes, noscript, object, ol, optgroup, option, p, param, pre, q, samp,
script, select, small, span, strong, sub, sup, table, tbody, td, textarea,
tfoot, th, thead, tr, tt, ul, var, :focus {
	outline: 0;
}*/
ul {
	margin: 0;
    padding: 0;
}
ul li
{
    margin: 0;
    padding: 0;
}

