﻿body {
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

.ItemSeparatorTemplate    
{
    width: auto; 
    border-bottom: solid 3px #66cc66; 
    margin-top: 10px; 
    margin-bottom: 10px; 
    margin-left: 0px;
    }
h1
{
    font-family: Verdana;
    font-size: 24px;
    font-weight: bolder;
}

h2
{
    font-family: Verdana;
    font-size: 20px;
    font-weight: bolder;
    margin-top: 30px;
    border-left: solid 25px #66cc66;
    padding-left: 10px;
    
}
