        *{
        font-family: Myriad, Myriad Pro, Helvetica, Arial;
        }
        #wrapper{
        margin: 40px auto;
        width: 650px;
        }
        #header{
        font-size: 30px;
        margin:  20px;
        }
        #links{
        color: #666;   
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        padding: 10px 20px 6px 10px
        }
        #links a{
        color: #666;
        text-decoration: none;
        margin: 0px 10px 0px 10px;
        }
        #links a:hover{
        color: #333;
        }
        #content{   
        font-family: Lucida Grande;
        font-size: 12px;
        margin: 20px;
        line-height: 2em;
        }
        #footer{
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        padding: 10px 20px 6px 20px;
        color: #666;
        font-size: 12px;
        }
        .news{
        font-family: inherit;
        }
        .news .title{
        font-size: 18px;
        font-weight: bold;
        font-family: Myriad Pro, Helvetica, Lucida Grande, Arial;
        }
        .news .content{
        font-family: inherit;
        padding-top: 5px;
        }
        .box{
        padding: 10px;
        margin: 10px 0px 10px 0px;
        background: #CECECE;
        font-size: 14px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        }
		img.float-right
		{
			float: right;
		}
        .clear{
        clear: both;
        }
        a{
        color: #3333FF;
        text-decoration: none;
        font-family: inherit;
        }
        a:hover{
        text-decoration: underline
        }
        p{
        font-family: inherit;
        }
