/** define the body, background ... */
/*.vt { writing-mode: tb-rl;Filter: FlipH(), FlipV();} */
/*.vt { writing-mode: tb-rl;Filter: FlipH(), FlipV(); }*/
.vt { }

TD.nw { white-space: nowrap }

body 
{ 
background-color:#66FF66; 
color: black;
background-image: url('sm_purdue_train3.gif');
background-repeat: no-repeat;
background-position: bottom; 
}

p.hl {color:blue}

/** define the text color **/
h1 {color: #000000}
h2 {color: #dda0dd}

/** define the bkcolor of text **/
span.highlight
{
background-color:yellow
}

/* specify the space between characters */
h1 {letter-spacing: 1px}
/* h1 {letter-spacing: 0.5cm}*/

/* align text */
h1 {text-align: center}
h2 {text-align: center}
h3 {text-align: left}
h4 {text-align: right}

/* text decoration */
h1 {text-decoration: underline}
h2 {text-decoration: line-through}
h3 {text-decoration: overline
a {text-decoration: none}

/* control the letters */
/*p.uppercase {text-transform: uppercase}*/

/* font property 
p
{
font: italic small-caps 900 12px arial
}*/

/* set margin
p.margin {margin: 2cm 4cm 3cm 4cm} */




/* define list style */
ul.disc 
{
list-style-type: disc
}

ul.circle
{
list-style-type: circle
}

ul.square 
{
list-style-type: square
}

ul.none 
{
list-style-type: none
}


ol.decimal 
{
list-style-type: decimal
}

ol.lalpha 
{
list-style-type: lower-alpha
}




/*
<ul class="disc">
<li>Coffee</li>
<li>Tea</li>
<li>Coca Cola</li>
</ul>

<ul class="circle">
<li>Coffee</li>
<li>Tea</li>
<li>Coca Cola</li>
</ul>

<ul class="square">
<li>Coffee</li>
<li>Tea</li>
<li>Coca Cola</li>
</ul>

<ul class="none">
<li>Coffee</li>
<li>Tea</li>
<li>Coca Cola</li>
</ul>
*/


p.ch {font: 7pt Arial; text-align:center; vertical-align:text-top} /* table column head */
p.ph {font: 20pt Arial; text-align:center}    /* page head */


