/* css-dicap.css */
a {text-decoration : none}
a:hover {text-decoration: underline}

h1,h2,h3,h4,h5,h6 {
font-family : "book antiqua","times new roman",serif;font-style : normal; 
font-weight : bold; 
text-align : center;
}
h1 { 
font-size : 30pt; 
color : blue; 
}
h2 { 
font-size : 26pt; 
color : red; 
}
h3 { 
font-size : 22pt; 
color : yellow; 
}
h4 { 
font-size : 20pt; 
color : green; 
}
h5 { 
font-size : 18pt; 
color : aqua; 
}
h6 { 
font-size : 16pt; 
color : white; 
text-decoration:"underline";
}
hr.short_c {
align: "center"; /* text_align:"center" */
width: "350";
}
hr.short_cb {
align: "center"; /* text_align:"center" */
width: "400";
color: "blue";
}
ol,ul,li,blockquote,caption,th,td {
font-family : "book antiqua","times new roman",serif;
font-size : 12pt; 
margin-left : .5in;
margin-right : .5in;
}
p { 
font-family : "book antiqua","times new roman",serif;
font-size : 12pt; 
padding-right : .5in; 
padding-left : .5in; 
}
p.l {text-align : left;}
p.c {text-align : center;}
p.r {text-align : right;}
p.j {text-align : justify;}

#title {
font-family : "book antiqua","times new roman",serif;font-size : 24pt; 
/* letter-spacing: .4em; */
color: #8000FF;
font-style : normal; 
/* font-weight : bold; */
text-align : center;
}
#pipe {
font-family : "book antiqua","times new roman",serif;
letter-spacing: .8em;
color: blue;
font-style : normal; 
font-weight : bold;
}
