﻿


.titlePanel h1
{
    font-size: xx-large;
    text-align: center;
    text-transform: uppercase;
    border-color: #9900FF;
    border-style: outset;
    border-width: 8px;
}
.titlePanel img
{
    float: left;
}


.story img
{
    border: none;
    padding: 0px;
    margin: 0px;
}



/************* #diary styles ***************/
.diary
{
    color:Black;
    font-weight: bold;
    font-family: "Poor Richard" , "English Text MT" ,Sylfaen, "Gill Sans MT" ,Sans-Serif;
    float:right;
    margin-left:26px;
    
}
.diary p
{
    padding:  5px;
    color:Black;
}
.diary a:link
{
    color: red;
}
.diary a:hover
{
    color: lime;
}

.diary2{
background-image:url('../diaries/images/diary6.png');
background-repeat:repeat-y;
float:left;
	
}
