File: /home/ocwno/ocw/style.css
<!DOCTYPE css>
element {
}
#body {
background: url("images/blueprints.jpg") center center no-repeat fixed;
background-size: 100%;
}
#h1 {
font-family:cursive;
font-weight: bold;
text-align:center;
font-size:64px;
color:#ffffff;
text-shadow: 3px 3px 0 #000,
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
#h2 {
font-family: cursive;
font-weight: bold;
text-align:center;
font-size:32px;
color:#ffffff;
text-shadow: 3px 3px 0 #000,
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
#h3 {
line-height: 1.8;
font-family: cursive;
font-weight: bold;
text-align:center;
font-size:26px;
color:#ffffff;
text-shadow: 3px 3px 0 #000,
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
#h3 a {color: #ffffff}
#h3 a:hover{color: #0000ff}
#h4 {
line-height: 1.0;
font-family: cursive;
font-weight: bold;
text-align:center;
font-size:26px;
color:#ffffff;
text-shadow: 3px 3px 0 #000,
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
#img {
text-align: center;
}