/* 
   Kelli Wiseth
   CIS 112 WW
   Final Programs [1. Yahoo! Pipe project] 
   css.css
   14-Dec-2009
*/

html{
            background:#ffffff;
            font-family:  Arial, Helvetica, sans-serif;
            color: #000000;
            font-size: 12px;
            text-align:center;
       }
body{
            margin: 10px;
            text-align:left;
        }

a{
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted #6633FF;
}
       
h1{
            font-size: 18px;
   }
        
h2{
            font-size: 14px;            
        }
        
p{
            line-height: 18px;
            margin: 15px 0 5px 0;
        }
        

div.feedtitle {
  padding-left : 5px;
  background-color : #EEEEEE;
  font-size : 12px;
  font-weight : bold;
}

div.feedtitle a {
  color : #666677;
  text-decoration : none;
}

div.feedtitle a:hover {
  color : #333344;
  text-decoration : none;
}

li {
  font-size : 12px;
  padding-left : 25px;
  list-style : none;
}

a:link {
  color : #333344;
  text-decoration : none;
}

a:visited {
  color : #9999AA;
  text-decoration : none;
}

a:hover, a:active {
  background : #EEEEEE;
  text-decoration : none;
}

span.itemdate {
  font-style : italic;
  color : #CCCCDD;
}

