/* core_style.css */

body {
font-family: "Verdana", sans-serif;
font-size: 1em;
font-weight: bold;
background-image: url(marble1.jpg);
}

table {
text-align: center;
background-image: url(GraySpec.gif);
border: .2em #008040;
width: 80%;
}

table.name1 {
text-align: center;
background-image: url(GraySpec.gif);
border: .2em #008040;
width: 100%;
}

td {
font-weight: bold;
text-align: center;
border: .1em #008040 double;
}

td.nobord {
border:0 ;
}

img {
border-style: none;
pading: 0;
margin: 0;
}

a:link {
color: #008000;
}

a:visited {
color: #008000;
}

a:hover {
color: #ffffff;
background-color: #3a6750;
}

a:active {
color: #008000;
background-color: #195039;
}

div {
font-size: 1em;
font-weight: bold;
text-align: center;
background-image: url(GraySpec.gif);
color: #7bab83;
}

p.name1 {
text-align: center;
font-size: 1.2em;
font-weight: bolder;
color: #7bab83;
}

p.name2 {
text-align: center;
font-size: 1.1em;
font-weight: bold;
color: #7bab83;
}

p {
font-weight: bold;
}
