body {
    background-color: white;
}

body { 
    background-image: url('../wallpapers/xback.jpg');
    background-repeat: repeat;
    background-attachment: fixed;
}


/*iframe {
    border:none;
}*/



/*This command makes body transparent - nice - set to 0.80ish for nice transprent page*/
body {
    opacity: 0.89;
    filter: alpha(opacity=30); /* For IE8 and earlier */  
}

img {
    opacity: 93; /* Sets image transparency from 0 to 99 or just use 100 for no transparency */
    filter: alpha(opacity=93); /* For IE8 and earlier */
}

h1 {
    color: navy;
    margin-left: 20px;
}

iframe {
opacity: 0.89;
}

.iframe {
    height:100%;
    width: 85%;
    margin-left:auto;
    margin-right:auto;

    }

/* unvisited link */
a:link {
    color: red;
}

/* visited link */
a:visited {
    color: green;
}

/* mouse over link */
a:hover {
    color: green;
}

/* Fonts */

/* selected link */
a:active {
    color: blue;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

p {
    font-family: "Times New Roman", Times, serif;
}

p {
    font-size: 14px;
}

p {
    font-color: navy;
    }