@charset "UTF-8";
/* CSS Document */


.h2
{
font-size:x-large;
font-family:Georgia;
}

.username
{
font-size:xx-large;
font-family:Georgia;
color:#663333;
font-weight:bold;
}

.realname
{
font-size:medium;
font-family:Georgia;
color:black;
font-weight:normal;
}

.thetextbox
{
font-size:10px;
font:Arial, Helvetica, sans-serif;
color:black;
font-weight:normal;
}

.italic
{
font-style:italic;
color:#999999;
text-align:left;
font-family:Georgia;
}