body
{
    font-family: sans-serif;
}

a
{
    color: olive;
}

#container
{
    width: 750px;
}

#header
{
    text-align: center;
    color: olive;
    border-bottom-style: dashed;
    border-bottom-color: olive;
    border-bottom-width: 2px;
    margin-bottom: 10px;
}

#menu
{
    float: right;
    width: 150px;
    margin: 20px;
    text-align: right;
}

#main
{
    width: 500px;
    margin: 20px;
}

.Post
{
    border-bottom-style: dashed;
    border-bottom-color: olive;
    border-bottom-width: 2px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

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

.PostDate
{
    font-size: x-small;
}

.PostText
{
    
}

.PostComments
{
    font-size: x-small;
}

.Comments
{
    border-style: dashed;
    border-color: olive;
    border-width: 1px;
    padding: 10px;
    margin: 20px;
}

.Comment
{

}

.CommentAuthor
{
    font-size: x-small;
}

.CommentDate
{
    font-size: x-small;
}

.CommentText
{
    
}

.CommentForm
{
    padding: 10px;
    margin: 20px;
}

.CommentForm td
{
    font-size: small;
}

.TagSize1
{
	font-size: xx-large;
}
.TagSize2
{
	font-size: x-large;
}
.TagSize3
{
	font-size: larger;
}
.TagSize4
{
	font-size: large;
}
.TagSize4
{
	font-size: medium;
}
.TagSize5
{
	font-size: small;
}
.TagSize6
{
	font-size: smaller;
}
.TagSize7
{
	font-size: x-small;
}
.TagSize8
{
	font-size: xx-small;
}


