*
{
     margin : 0;
     border : 0;
     padding : 0;
}

html
{
     height : 100%;
}

body
{
     position : relative;
     width : 594px;
     margin : 0 auto;
     padding : 15px;
     text-align : center;
     font-size : 15px;
     font-family : "Times New Roman", Times, serif;
     color : rgb(152,12,176);
}

h1
{
     font-size : 19px;
     text-decoration : underline;
     color : rgb(41,90,51);
}

h2
{
     font-size : 17px;
     text-decoration : underline;
     color : rgb(41,90,51);
}

p
{
     text-align : justify;
}

.indent
{
       margin-left : 25px;
}

.user
{
     font-style : italic;
     font-weight : bold;
     color : rgb(76,6,88);
}

.left
{
     text-align : left;
}

.center
{
     text-align : center;
}

.left_column
{
     display : inline-block;
     text-align : left;
}

.right_column
{
     display : inline-block;
     position : absolute;
     left : 50%;
     text-align : left;
}

.right_first_3
{
     position : absolute;
     left : 68%;
}

.right_next_5
{
     position : absolute;
     left : 41%;
}

.topic, .contact
{
     font-weight : bold;
     color : rgb(41,90,51);
}