//body{
    //	font-size:14pt;
    //}

#wrapper {
    margin: 0 auto;
    min-width: 280px;
    max-width: 750px;
}

h1{
    background-color: #ee8c00;
    font-family:verdana, arial, helvetica, Sans-Serif;
    color:white;
    padding:.3em;
    border:0px;
    margin:0px 0px .5em 0px;
}

h2{
    color:#000000;
    background-color:transparent;
    margin: 0px;
    margin-top: 15px;
    padding-left: 10px;
    border: 0px;
    border-left:8px solid;
    border-bottom:1px solid;
    border-color: #ff8c00 #ff8c00 #999999 #ff8c00;
}

h3{
    font-family:verdana, arial, helvetica, Sans-Serif;
    border-bottom:2px dotted #1c61a2;
    color:inherit;
    background-color:#FFFFFF;
    padding:1px;
    margin:10px .3em .3em .3em;
}

p.youtube {
    text-align: center;
}
    
//p{
    //	margin-left:5%;
    //	margin-right:5%;
    //}

//ul,ol{
    //	margin-left:5%;
    //	margin-right:5%;
    //}

table.button {
    text-align: center;
    margin: 0  auto;
    width: 100%;
    table-layout: fixed;
}
a.button{
    font-size: 110%;
    display: inline-block;
    background-color: transparent;
    border: 2px solid #98183E;
    color: #925000;
    //width: 280px;
    width: 90%;
    line-height: 50px;
}
a.line2 {
    line-height: 30px;
}
a.button:hover {
    background-color: #FDEAE6;
    color: #925000;
    text-decoration: none;
}

strong{
    color: red;
    font-weight: bold;
}

.small {
    font-size:80%;
}

.notice {
    margin:10px auto;
    width:80%;
    padding:5px;
    background-color: #ffffff;
    border-style: dotted;
    border-color: #ff8c00; 
}

#footer {
    text-align: center;  
    font-size:80%;
}

