/* css style.css */
<style>

<meta charset="UTF-8" />
      <title>Andy's Contact Page</title>
      <script src="modernizr-1.5.js"></script>
      <link href="contactus.css" rel="stylesheet" type="text/css" />
   </head>

header{
background-color: orange;
border: double 2px black;
font-family:"Times New Roman";
}

body {
	font-family:Times New Roman, Ariel; 
	font-size: 14px;
}

.fixed {
      position:fixed;
      bottom:0;
      right:0;

      .floated-image {
      float:right;
    }

    .inline-box {
      display:inline-block;
      border:3px solid red;
      width:100px;
      height:15px;
</style>