STYLES.CSS -- Style Sheet for the DevelopSense Web Site. 

BODY

{
    margin-top:     20px ;
    margin-left:    15px ;
    margin-right:   20px ;
}


H1 

{   
    font-family:    Arial ;  
    font-size:      20pt;
    font-weight:    bold ;
    font-style:     italic ;
}

H2 
{  
    font-family:    "Times New Roman", Times, serif;
    font-weight:    normal ;
    font-style:     italic ;
    font-size:      12pt;
}

H3 
{  
    font-family:    Arial ;  
    font-size:      16pt;
    font-style:     normal;
}
  
HR 
{
	color:          #FFFFFF;
	width:          100%;
	background-image: url(/images/dsbar.png);
	background-position: 100% 29px;

}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
}
H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
}
.copyright {
	font-family: "Times New Roman";
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;

}
.revisions {
	font-family: "Times New Roman";
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.quote {
	font-family: "Times New Roman";
	font-size: 12pt;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;

}
.attribution {
	font-family: "Times New Roman";
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	left: auto;
	text-align: left;


}
.subhead {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}
.featured {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	border: medium solid #FF0000;
	padding: 6px;
	text-align: left;


}
.itinerary {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
	border: solid #FF0000;

}

