<style type="text/css">
a:link     {font: italic 30px georgia; color:#f7f7f7; }
a:visited   {font: italic 30px georgia; color: #f7f7f7; }
a:hover   {font: 30px georgia; color:  #b76e79; }
a:active  {font:   italic 30px georgia; color: #ff007f; }
a.white:hover {background-color:#ff007f;}

ul { 
     text-align:left;}
}

body {
      margin:25 auto;
      text-align:center;}
      
#grad {
  background-image: linear-gradient(to left, rgba(255,0,0,0), rgba(255,0,0,1));
}
#wrap {
       width:800px;
       margin:0 auto;}

#list {font:  800 20px georgia;
       width:50px; padding: 20px;
       margin:50px;
       text-align: left;}

.header-right {text-align:center;
               float: center;
               padding:10px;}

#header {
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	font: italic normal 230% 'Times New Roman', Times, serif;
	letter-spacing: 0.2em;
	margin: 0 auto;
	padding: 10px;
    text-align:left;
        }

p {font: small-caps 900 24px arial}
p.small {font: italic 12px }
p.title {font:  800 20px georgia}

</style>