@font-face {
    font-family: DSGabriele;
    src: url(font/DSGabriele.ttf);
    font-weight: normal;
}

body {
	text-align:center;
	color:#CCC;
	font-size:medium;
	font-family:DSGabriele;
	background-image:url(../images/Background1.jpg);
}
a:link {color:#FFF; text-decoration:underline;}
a:visited {color:#FFF; text-decoration:line-through;}
a:hover {color:#FFF; text-decoration:overline;}

.BlogHeader{
	font-family:"Comic Sans MS", cursive;
	font-size:large;
	font-weight:bold;
	alignment-adjust:central;
}
.BlogText{
	font-family: DSGabriele;
	font-size:medium;
	alignment-adjust:middle;
}
.BlogNote{
	font-family:inherit;
	font-style:normal;
	font-size:small;
}
.BlogSign{
	text-align:right;
	font-style:italic;
}