/* in SSHS;*/

<style type="text/css">

body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0;
    //background: url(background.jpg);
    }
    
    #Content {
	position:absolute;
	left:50%;
	width:800px;
	height:400px;
	margin-top:10px;
	margin-left:-400px;
    text-align: center;
    border: dashed 1px blue;
    padding: -1px;
	}

label {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
    display: inline-block;
    }
#mug
    {
    position:absolute;top:100px;
    left:600px;
    width:165px;
    height:240px;
    background-color:cyan;
    }
    
#banner {
    position:relative;
    top:0px;
    width:700px;
    height:60px;
    font-family: banner;
    font-size: 40px;
    border: dashed 3px brown;
    color: brown;
    
}
@font-face {
  font-family: sailor;
  src: url(backtoschool.ttf);
}
@font-face {
  font-family: banner;
  src: url(banner.ttf);
}

#font1, #font2 {
  font-family: sailor;
  font-size: 20px;
}

</style>
