
table {background: #f0f0ed;
}
body {
    font-family:Ubuntu, Arial, sans-serif;
    font-size:1em;
    text-align: justify;
background-color: #f0f0ed;
}

/*Main Title*/

h1 {
    font-family: ChunkFive, Arial, sans-serif;
    font-size: 3em;
    text-align: center;
}

/* date and itin*/

h2 {
    font-family: Ubuntu, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color:525350;
}

/*blog title*/

h3 {
    font-family: Ubuntu, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    color:525350;
    }

/*blog date*/

h4{
    font-family: Ubuntu, Arial, sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    text-align: center;
    color:525350;
    }

/*where to go and button*/

h5{
    font-family: Ubuntu, Arial, sans-serif;
    font-size: 1.0em;
    text-align: center;
    font-weight: bold;
    font-style: italic;
color:5c5852;
    }

/*caption*/

h6{
    font-family: Ubuntu, Arial, sans-serif;
    font-size: .6em;
    text-align: center;    
    }

/*general text*/

p {
    font-family: Ubuntu, Arial, sans-serif;
    font-size: 1.0em;
    text-align: center;
    font-weight: bold;
    font-style: italic;
color:5c5852;
    }

li {
    font-family: Ubuntu, Arial, sans-serif;
    font-size:1em;
    text-align: justify;
color:5c5852;
 	}
/*links*/

a:link {
    font-family: Ubuntu, Arial, sans-serif;
    font-size:1em;
    color:#655c53;
    text-decoration:none;
 	}

a:visited {
    font-family: Ubuntu, Arial, sans-serif;
    font-size:1em;
    color:#655c53;
    text-decoration:none;
 	}

a:hover {
    font-family: Ubuntu, Arial, sans-serif;
    font-size:1em;
    color:green;
    text-decoration:none;
 	}

/*margin in table*/

td { 
    padding: 20px;
}

.title{font-family: ChunkFive, Arial, sans-serif;
    font-size:2.0em;
   text-align: center;
 font-style: normal;
color:5c5852;}

.thumb{cursor:pointer}