/* 
   Kelli Wiseth
   CIS 112 WW
   Final Programs [4. Twitter Badge project] 
   style.css
   14-Dec-2009
*/

html{
	background:#eeffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}
body{
            margin: 10px;
            text-align:left;
	    }

a{
	color: #6633FF;
	text-decoration: none;
	border-bottom: 1px dotted #6633FF;
}
       
h1{
            font-size: 18px;
   }
   
h2{
            font-size: 14px;
			color: #6633FF;
   }
        
#tweet {
	border: 1px dashed #6633FF;
	width: 300px;;
}
#tweet p {
	margin: 0px 3px 3px 0px;
	padding: 3px;
	font-size: 12px;
	line-height: 16px;;
}

#tweet p.odd {
	background-color: #ffffff;
}

#tweet p.even {
	background-color: #eeeeee;
  }
	

