/* Yoga Sutras Style Sheet */

body
{
background-color: #FFFF99;
color: #000066;
}

h1
{
text-align: center;
}

p.note
{
font-size: 95%;
font-family: Arial,Helvetica,sans-serif;
}

.red
{
font-weight: bold;
color: red;
}

.italic
{
font-style: italic;
}
