.blue
{
color: #0000FF;
}

.orange
{
color: #FF6600;
}

.green
{
color: #99CC00;
}

.light_blue
{
color: #3ACCFF;
}

.red
{
color: #CC0000;
}

/* Font size */
.large
{
font-size: large;
}

.x_large
{
font-size: x-large;
}

p
{
margin-top: 25px;
}
/*Removed because it affects the ul in left_side_template/user_profile.php
ul
{
margin-top: 25px;
}
*/