﻿*   {
   	padding: 0em;
    margin: 0;
	}
	
h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address
    {
    margin-bottom: 1em;
    }
li{
    margin-left: 2.5em;
    margin-bottom: .7em;

  }

body 
    {
    text-align: center;
    background-color: #fff;
    color: #000;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    line-spacing: 1.1em;
    letter-spacing: .1em;
    border:2px solid white;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    }

a:link
    {
    color: #a00;
    letter-spacing: 0em;
    text-decoration: none;
    }
a:visited
    {
    color: #a00;
    letter-spacing: 0em;
    text-decoration: none;
    }
a:active
    {
    color: #a00;
    letter-spacing: 0em;
    text-decoration: none;
    }
a:hover
    {
    color: #dcc;
    letter-spacing: 0em;
    text-decoration: none;
    }

.floatleft
    {
    float:left;
    }
.clear
    {clear: both;
    }
ul
    {
    text-align: left;
    padding; 10px;
    }
        
.roundcont {
	width: 400px;
	background-color: #f90;
	color: #fff;
	margin: 5px;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(../images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../images/br.gif) no-repeat top right; 
}

img.corner {
   text-align: left;
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
.footer
	{
	text-align: center;
	width: 400px;
	}