p       {margin: .1em 0;font-size:12pt;font-family:"Times New Roman"}
h1	{margin: .1em 0;font-size:24pt;font-family:Georgia;color:#ff6600}
h2	{margin: .1em 0;font-size:14pt;color:purple;font-family:"Times New Roman"}
h3	{margin: .1em 0;font-size:12pt;color:blue;font-family:"Times New Roman"}
h4	{margin: .1em 0;font-size:12pt;color:blue;font-family:"Times New Roman";text-decoration:underline}
h5	{margin: .1em 0;font-size:12pt;font-family:"Times New Roman";color:blue}
h6	{margin: .1em 0;font-size:12pt;font-family:"Times New Roman"}

th, td {font-size:12pt;font-family:"Times New Roman"}
a:link {color:blue}
a:visited {color:purple}
a:hover {color:red}
a:active {color:purple}

body.light .galleria-container {background: #fff4d9 !important;}

.ngg-gallery-thumbnail span {
    font-size: 150% !important;
    color: red !important;
    background-color: #fff4d9 !important;}
    
/* START ROTATE STYLES */

#rotator img {
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
}

#rotator img:hover {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
}

/* END ROTATE STYLES */