/* BASIC BULLETS */
ul.noBullet
{
list-style-type: none;
}
ul.disc
{
list-style-type: disc;
}
ul.square
{
list-style-type: square;
}
ul.circle
{
list-style-type: circle;
}
ol.lower-alpha
{
list-style-type: lower-alpha;
}
ol.upper-alpha
{
list-style-type: upper-alpha;
}
ol.lower-roman
{
list-style-type: lower-roman;
}
ol.upper-roman
{
list-style-type: upper-roman;
}
