//Cascading Style Sheet for TamaraDavis.com
body {
	font-size: 8pt;
	background-color: white;
	margin: 0pt;
	a:active {text-decoration: none};
	a:link {text-decoration: none};
	a:visited {text-decoration: line-through};
	background-image: url(images/background.jpg);
}
p {font-family:"tahoma,verdana,helvetica,arial,sans-serif";}
p {font-style: normal; color: black ; font-weight: bold;}
p {font-size: 8pt;}
h1 {font-family: "Matura MT Script Capitals";
        font-size: 3em;
        font-weight: bold;
        text-align: center;
}
.columnheader {
	font-family:"verdana,tahoma,helvetica,arial,sans-serif";
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}
ul {font-size: 8pt;
        font-family:"georgia,tahoma,verdana,arial,sans-serif";
        font-weight: bold;
        font-style: italic;
}
img {border-style: none;}                              
@media print {
body { display:none; }
}
