.default {	color: black;	font-size: 20px;}.rowspacer {	padding: 10px;	text-indent: 20px;}.rowspacerhome {	padding: 8px;	text-indent: 20px;}.rowspacershaded {	background-color: #E0E0E0;	padding: 10px;	text-indent: 20px;}.pagetitle {	font-size: 26px;	text-align: center;	padding: 4px;	color: Blue;	width: 99%;	height: 100px;	border-radius: 25px;	-moz-box-shadow: 0 0 5px 5px #888;	-webkit-box-shadow: 0 0 5px 5px #888;	box-shadow: 0 0 5px 5px #888;	background-image: url("../graphics/bg/bggray15.jpg");}.pagetitlecommon {	font-size: 20px;	text-align: center;	color: Blue;	width: 99%;	height: 40px;	border-radius: 10px;	-moz-box-shadow: 0 0 5px 5px #888;	-webkit-box-shadow: 0 0 5px 5px #888;	box-shadow: 0 0 5px 5px #888;	background-image: url("../graphics/bg/bggray15.jpg");}.pagetitlenew {	font-size: 32px;	text-align: center;	padding: 18px;	color: Blue;	width: 100%;	height: 100px;	border-radius: 25px;	-moz-box-shadow: 0 0 5px 5px #888;	-webkit-box-shadow: 0 0 5px 5px #888;	box-shadow: 0 0 5px 5px #888;	background-image: url("../graphics/bg/bggray15.jpg");}.pagetitlehome {	font-size: 32px;	text-align: center;	padding: 10px;	color: Black;	width: 98%;	border-radius: 25px;	-moz-box-shadow: 0 0 5px 5px #888;	-webkit-box-shadow: 0 0 5px 5px #888;	box-shadow: 0 0 5px 5px #888;	background-image: url("../graphics/bg/textures/texture034.jpg");}.content10blue {	color: blue;	font-size: 10px;}.content11blue {	color: blue;	font-size: 11px;}.content12black {	color: black;	font-size: 12px;}.content12blue {	color: blue;	font-size: 12px;}.content14black {	color: black;	font-size: 14px;}.content14blue {	color: blue;	font-size: 14px;}.content14bluecenter {	color: blue;	font-size: 14px;	text-align: center;}.content14red {	color: red;	font-size: 14px;}.content16black {	color: black;	font-size: 16px;}.content16blue {	color: blue;	font-size: 16px;}.content18black {	color: black;	font-size: 18px;}.content18blue {	color: blue;	font-size: 18px;}.content18red {	color: red;	font-size: 18px;}.content18boldcenter {	font-size: 18px;	font-weight: bold;	text-align: center;}.sidebarcontent {	color: Blue;	font-size: 18px;	font-weight: 200;	text-align: center;	vertical-align: middle;}.contentlarge {	font-size: 26px;	font-weight: 400;	text-align: center;}.counter {	font-size: 20px;	font-weight: 400;}.maincontent {	font-size: 18px;	font-weight: 200;}.sidebartitle {	color: Navy;	font-size: 26px;	font-weight: bold;	text-align: center;}.sidebarcontentsmall {	color: Blue;	font-size: 14px;	font-weight: 200;	text-align: center;	vertical-align: middle;}.sidebarcontenttiny {	color: Blue;	font-size: 10px;	font-weight: 200;	text-align: center;	vertical-align: middle;}.popup {	color: Blue;	text-decoration: underline;}.usermessage {	color: Red;	font-size: 18px;	font-weight: 200;	text-align: center;}.usermessageblue {	color: Blue;	font-size: 19px;	font-weight: 200;	text-align: center;}.usermessagebluelarge {	background-color: Silver;	color: Blue;	font-size: 24px;	font-weight: 300;	text-align: center;	transform: rotate(30deg);}.usermessagebg {	color: Red;	font-size: 18px;	font-weight: 200;	text-align: center;	background-image: url("../graphics/bg/bggray15.jpg");}.experiment1 {	font-size: 16px;	text-shadow: 5px 5px 5px #FF0000;}.experiment2 {	border-color: fuchsia;	border-style: groove;	border-width: 12px;	color: blue;	font-family: AppleGothic;	font-size: 16px;	font-weight: 600;	letter-spacing: 4px;	line-height: inherit;	text-align: center;}.experiment3 {	font-size: 16px;	border: 2px solid;	border-radius: 25px;}.experiment4 {	font-size: 16px;	box-shadow: 10px 10px 5px #888888;}.experiment5 {	transition: width 2s;	color: blue}.experiment5:hover {	width: 300px;	background-color: #E0E0E0;}.experiment6 {	font-size: 16px;	border: 2px solid;	border-radius: 15px 50px 30px 5px;}.borderimg {    border: 10px solid transparent;    padding: 15px;    -webkit-border-image: url("../graphics/bg/textures/texture020.jpg") 30 stretch; /* Safari 3.1-5 */    -o-border-image: url("../graphics/bg/textures/texture020.jpg") 30 stretch; /* Opera 11-12.1 */    border-image: url("../graphics/bg/textures/texture020.jpg") 30 stretch;}.gradient1 {	height: 100px;	background: -moz-linear-gradient(red 10%, green 85%, blue 90%);	/* For Firefox 3.6 to 15 */	background: linear-gradient(red 10%, green 85%, blue 90%);	/* Standard syntax (must be last) */}.gradient2 {	height: 100px;	background: -moz-linear-gradient(red, orange, yellow, green, blue, indigo, violet);	/* For Firefox 3.6 to 15 */	background: linear-gradient(red, orange, yellow, green, blue, indigo, violet);	/* Standard syntax (must be last) */}.gradient3 {	height: 100px;	background: -moz-linear-gradient(red, green, blue);	/* For Firefox 3.6 to 15 */	background: linear-gradient(red, green, blue);	/* Standard syntax (must be last) */}.gradient4{	height: 100px;	 /* IE10 */	background-image: -ms-radial-gradient(top left, circle cover, #0033FF 40%, #FFFFFF 91%);	/* Mozilla Firefox */	background-image: -moz-radial-gradient(top left, circle cover, #0033FF 40%, #FFFFFF 91%);	/* Opera */	background-image: -o-radial-gradient(top left, circle cover, #0033FF 40%, #FFFFFF 91%);	/* Webkit (Safari/Chrome 10) */	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #00A3EF));	/* Webkit (Chrome 11+) */	background-image: -webkit-radial-gradient(top left, circle cover, #0033FF 40%, #FFFFFF 91%);	/* Proposed W3C Markup */	background-image: radial-gradient(top left, circle cover, #0033FF 40%, #FFFFFF 91%);}.gradient5 {	background: linear-gradient(20deg, red, blue);}.shadow {	box-shadow: 10px 10px 5px #888;}.shadow1 {	box-shadow: 10px 10px 5px #888;	width: 80%;	height: 100px;}.shadow2 {	-moz-box-shadow: -5px -5px #888;	-webkit-box-shadow: -5px -5px #888;	box-shadow: -5px -5px #888;	width: 80%;	height: 100px;}.shadow3 {	-moz-box-shadow: -5px -5px 5px #888;	-webkit-box-shadow: -5px -5px 5px #888;	box-shadow: -5px -5px 5px #888;	width: 80%;	height: 100px;}.shadow4 {	-moz-box-shadow: -5px -5px 0 5px #888;	-webkit-box-shadow: -5px -5px 0 5px #888;	box-shadow: -5px -5px 0 5px #888;	width: 80%;	height: 100px;}.shadow5 {	-moz-box-shadow: -5px -5px 5px 5px #888;	-webkit-box-shadow: -5px -5px 5px 5px #888;	box-shadow: -5px -5px 5px 5px #888;	width: 80%;	height: 100px;}.shadow6 {	-moz-box-shadow: 0 0 5px 5px #888;	-webkit-box-shadow: 0 0 5px 5px #888;	box-shadow: 0 0 5px 5px #888;	width: 80%;	height: 100px;}.shadow7 {	-moz-box-shadow: inset -5px -5px 5px #888;	-webkit-box-shadow: inset -5px -5px 5px #888;	box-shadow: inset -5px -5px 5px #888;	width: 80%;	height: 100px;}.resizable {	border: 2px solid;	padding: 10px 40px;	width: 300px;	resize: both;	overflow: auto;}.maintable {	-moz-box-shadow: 0 0 5px 5px #888;	-webkit-box-shadow: 0 0 5px 5px #888;	box-shadow: 0 0 5px 5px #888;	width: 80%;	height: 200px;}.table1 {	border-collapse: collapse;	border-color: black;	border-style: solid;	border-width: 2px;	height: auto;	margin: 4px;	outline-style: solid;	padding: 4px;	width: auto;}.table2 {	border: 1px solid black;	padding: 5px;	border-spacing: 15px;}.table3 {	border-collapse: collapse;	border: 1px solid black;}.td1 {	border: 1px solid black;	padding: 5px;}.td2 {	border-collapse: collapse;	border: 1px solid black;	padding: 5px;}.td3 {	font-size: 18px;	border-collapse: collapse;	border: 1px solid black;	padding: 4px;}.homelink {	background-color: #E0E0E0;	background-image: url("../graphics/home/home01.jpeg");	background-repeat: no-repeat;	background-size: 50px;	border-style: solid;	border-width: 1px;	height: 200px;	padding: 30px;	text-shadow: white 0px 0px 2px;}.homelink2 {	background-image: url("../graphics/home/home01.jpeg");	background-repeat: no-repeat;	text-shadow: white 0px 0px 2px;	background-size: 50px;	padding: 30px;	background-color: #E0E0E0;}.homelink3 {	background-image: url("../graphics/home/home01.jpg");	background-repeat: no-repeat;	background-size: 60px;	padding: 30px;	height: 100px;}.animation1 {    width: 100px;    height: 100px;    background-color: red;    position: relative;    -webkit-animation-name: example; /* Chrome, Safari, Opera */    -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */    animation-name: example;    animation-duration: 4s;}/* Chrome, Safari, Opera */@-webkit-keyframes example {    0%   {background-color:red; left:0px; top:0px;}    25%  {background-color:yellow; left:200px; top:0px;}    50%  {background-color:blue; left:200px; top:200px;}    75%  {background-color:green; left:0px; top:200px;}    100% {background-color:red; left:0px; top:0px;}}/* Standard syntax */@keyframes example {    0%   {background-color:red; left:0px; top:0px;}    25%  {background-color:yellow; left:200px; top:0px;}    50%  {background-color:blue; left:200px; top:200px;}    75%  {background-color:green; left:0px; top:200px;}    100% {background-color:red; left:0px; top:0px;}}.animation2 {    width: 100px;    height: 100px;    background-color: blue;    position: relative;    -webkit-animation-name: example; /* Chrome, Safari, Opera */    -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */    animation-name: example;    animation-duration: 4s;    animation-iteration-count: 3;    animation-direction: alternate;}.animation3 {    width: 100px;    height: 100px;    background-color: green;    position: relative;    -webkit-animation-name: example; /* Chrome, Safari, Opera */    -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */    animation-name: example;    animation-duration: 4s;    animation-iteration-count: 3;    animation-direction: alternate;    animation-delay: 2s;}.animation4 {    width: 100px;    height: 100px;    background-color: yellow;    position: relative;    -webkit-animation-name: example; /* Chrome, Safari, Opera */    -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */    animation-name: example;    animation-duration: 4s;    animation-iteration-count: 2;    animation-direction: reverse;    animation-delay: 4s;}.box1 {    width: 300px;    height: 132px;    border: 1px solid blue; }.box2 {    width: 300px;    height: 132px;    padding: 50px;    border: 1px solid red;}.box3 {    width: 300px;    height: 132px;    border: 1px solid blue;    box-sizing: border-box;}.box4 {    width: 300px;    height: 132px;        padding: 50px;    border: 1px solid red;    box-sizing: border-box;}