@charset "utf-8";
/* CSS Document */

BODY{
  font-family : "Times New Roman";
  color : #f2f1e9;
  background:#88867a;
  text-align:center;
  font-size:15px;
  padding:20px;
}
a:link,
a:visited,
a:active { color: #ffffff; text-decoration: none; }
a:hover {
   color: #cccccc;
   text-decoration:underline;
   }


h1{margin:0; padding:5px 0; font-size:48px;}

h2{margin:0; padding:15px 0; font-size:14px; line-height:2; }
h2 b{font-size:larger; font-weight:bold;}
