/* CSS Document */


h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #FFFFFF;
  font-size: 40px;
  text-align: center;
}

p {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-left:50px;
  margin-right:50px;
  text-align: left;
}
.bio {
  color: #FFCC99;
  font-weight: bold;
}
.contact {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 35px;
}

p.center {
  text-align: center;
}

.poetryNum {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #FFFFFF;
  width: 16px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}
.poetryName {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #FFFFFF;
  height: 12.75pt;
  width: 385px;
  font-size: 14px;
}




body {
  background-color: #ff88ff;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  border: 20px solid #ff33cc;
}

a:hover {text-decoration:none;}
a[href$="zip"], a[href$="pdf"], a[href$="doc"], a[href$="exe"], a[href$="png"], a[href$="mp3"]  {padding-left:20px; background:url(http://www.julienaklei.com/images/bg-file-icons.png) no-repeat 0 0;}
a[href$="png"]{background-position: 0 -48px;}
a[href$="pdf"] {background-position: 0 -99px;}
a[href$="mp3"]{background-position: 0 -145px;}
a[href$="doc"]{background-position: 0 -199px;}
a[href$="exe"]{background-position: 0 -250px;}

a[href$=".zip"]:after{content: "(.zip file)"; color:#999; margin-left:5px;}
a[href$=".pdf"]:after{content: "(.pdf file)"; color:#999; margin-left:5px;}
a[href$=".doc"]:after{content: "(.doc file)"; color:#999; margin-left:5px;}
a[href$=".exe"]:after{content: "(.exe file)"; color:#999; margin-left:5px;}
a[href$=".mp3"]:after{content: "(.mp3 file)"; color:#999; margin-left:5px;}
a[href$=".png"]:after{content: "(.png file)"; color:#999; margin-left:5px;}
a[href$=".exe"]:after{content: "(.exe file)"; color:#999; margin-left:5px;}

A:link {text-decoration: none; color: #FFFFFF}
A:visited {text-decoration: none; color: #FFFFFF}
A:active {text-decoration: none}
A:hover {text-decoration: underline overline; color: red;}

img {
     border: 0px;
}

p.large {
  font-size: 20px;
  text-align: center;
  font-family: Georgia, Times New Roman, Times, serif
}

h2 {
  text-align: center;
  font-family: Georgia, Times New Roman, Times, serif
} 

table {
  margin-left:auto;
  margin-right:auto;
}


DIV.album
{
  margin-left: auto;
  margin-right: auto;
  width: 640px;
}

DIV.albumHeader {
  BORDER-RIGHT: green 1px solid;
  PADDING-RIGHT: 2px;
  BORDER-TOP: green 1px solid;
  PADDING-LEFT: 2px;
  PADDING-BOTTOM: 2px;
  margin-left: auto;
  margin-right: auto;
  TEXT-TRANSFORM: none;
  BORDER-LEFT: green 1px solid;
  COLOR: #191970;
  PADDING-TOP: 2px;
  BORDER-BOTTOM: green 1px solid;
  height: 160px;
  width:  580px;
  background-color: pink;
}

div.albumHeader span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  width: 20%;
}

div.albumHeader span.right {
  float: right;
  text-align: left;
  font-weight: bold;
  width: 80%;
}

DIV.songList {
  PADDING-RIGHT: 2px;
  PADDING-LEFT: 2px;
  PADDING-BOTTOM: 2px;
  margin-left: auto;
  margin-right: auto;
  TEXT-TRANSFORM: none;
  COLOR: #191970;
  PADDING-TOP: 2px;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial;
  BACKGROUND-COLOR: orange
  TEXT-ALIGN: left;
  FONT-VARIANT: normal;
  TEXT-DECORATION: none
  background-color: yellow;
  width:  550px;
}

H1.background {
  background-image: url("http://www.julienaklei.com/images/425.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  height: 295px;
  margin-right: 5px;
}