body {
text-align: center;
font-family: "MS Trebuchet", Arial, Helvetica, sans-serif;
font-size: 0.8em;
background-color: Wheat;
}
h1,h2 {
font-family: Impact,"Times New Roman",Times,serif;
color: DarkBlue;
font-weight: normal;
}
h1 {
font-size: 3.5em;
border-bottom: 2px solid-block;
}
h2 {
font-size: 1.5em;
}
.header {
text-align: center;
}
.advice {
text-align: center;
background-color: AliceBlue;
}
strong {
color: DarkBlue;
background-color: AliceBlue;
}
.wrapper {
background-color: AliceBlue; 
width: 95%; 
text-align: left;
}
.cover {
background-color: AliceBlue;
padding: 2px;
margin: 2px;
width: 600px;
height: 800px;
float: left;
text-align: center;
position: relative;
left:120px;
/*border: 2px black solid;*/
}
.minor {
background-color: AliceBlue;
width: 560px;
padding: 2px;
margin:2px;
border: 2px black solid;
text-align: left;
float: left;
position: relative; top:10%; 
}
.article {
border: thin black solid;
color: Black;
background-color: PowderBlue;
position: relative; top:10%;
padding: 2px;
margin-left: 2px;
margin-right: 2px;
float: right;
width:30%;
}
.starticle {
border: thin black solid;
color: Black;
background-color: PaleGoldenRod;
position: relative; top:4%;
padding: 2px;
margin-left: auto
margin-right: auto;
float: right;
width:30%;
}
.pullquote {
background-color: HotPink;
padding: 5px;
border: 2px Indigo solid;
}
a {
list-style-type:none;
margin:0;
padding:2px;
color: white;
background-color: #000000;
font-family: arial;
border-style: outset;
text-decoration: none;
width: 80px;
display: block;
clear: left;
}
.navbar {
position: relative; top: 10%;
float: left;
}
.navbar a:hover,
.navbar a:active
{
border-style: inset;
color: yellow;
}
.footer {
clear: both;
text-align: center;
font-size: 2em;
color: Fuchsia;
background-color: AliceBlue;
}
.article img (float: right;}
.cover img (position: center;}

