* {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
background: #FF8FB3;
}

#container {
background: #FF8FB3;
overflow: hidden;
}


#head
{
    z-index: 15;
    position: relative;
    margin: 0 auto;
}


#main {
position: fixed;
bottom: 10px;
}



h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size:18px;
	font-weight: normal;
	text-transform: uppercase;
}


h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-size:16px;
	font-weight: bold;
	text-align: center;
	line-height:20px;
	padding: 10px 0;
}

a, a:visited {color: #000; border-bottom: dashed 1px ; text-decoration:none;}

a:hover {
    color:#000; border: none;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


p {
    color: #FFF;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
}

#links .capsule
{
    /* firefox likes padding here */
    float: right;
    margin-right: 5px;
    padding: 2px 10px !important;
    background-color: #9594CB;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 6%;
    text-align: center;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
}

#links a
{
    color: #ffffff;
    border: none;
}

#links .capsule a:hover
{
    color: #FF8FB3;
}


img {border: none}


ol, li {
    color: #fff;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: justify;
    padding: 0 50px;
    margin: 0 50px;
}

ol {
    line-height: 30px;
}
