/* setting the body to a font-size % is commonly used to make
fonts easier to figure in ems  */
body {font-size: 65%
}

.bigi {
font-family: times new roman, serif;
font-size: 1.5em;
font-style: italic;
font-weight: bold;
color: red;
}

.spdf {
font-family: verdana, sans serif;
font-size: .8em;
color: red;
}

.redheader {
font-family: times new roman, serif;
font-size: 1 em;
font-style: italic;
font-weight: bold;
color: red;
}


.txtheader {
font-weight: bold;
font-family: arial, sans serif;
font-size: .9em;
color: black;

}

.desc {
font-family: arial, sans serif;
font-size: .9em;
font-weight: normal;
color: black;
}


.price {
font-family: arial, sans serif;
font-size: .9em;
font-style: italic;
font-weight: normal;
color: green;
}

.deadline {
font-family: verdana, sans serif;
font-size: .8em;
font-style: normal;
color: navy;
}

.phtz {
font-family: arial, sans serif;
font-size: .9em;
font-style: italic;
font-weight: normal;
color: red;
}