html {        height:100%;
                                                }

body {        font-family:Arial,Helvetica,sans-serif;
              font-size:104%;
              color:#ffffff;
              height:96%;
              background-color:#0665AA;
                                                }

table {       border-collapse:collapse;
              width:100%;
              border-style:solid;
              border-color:#C0C0C0;
                                                }

td {          border-color:#C0C0C0;
              padding:8px;
              border-width:1pt;
                                                }

.master {     border-collapse:collapse;
              width:auto;
              height:99%;
              background-color:#0665AA;
              background-image: none;
              border-style:none;
              border-width:1px;
              margin-top:4px;
              margin-bottom:4px;
                                                }

.welcome {    background-color:#CC0000;
              font-size:170%;
              width:80%;
              border-width:1px;
              border-style:none;
              border-color:#C0C0C0;
              text-align:center;
              height:12%;
                                                }

.comparison { border-collapse:collapse;
              width:100%;
              height:100%;
              background-color:#0665AA;
              background-image: none;
              border-style:solid;
              border-width:1px;
              margin-top:10px;
              margin-bottom:10px;
                                                }

.resolutions {border-collapse:collapse;
              width:400px;
              background-color:#0665AA;
              background-image: none;
              border-style:solid;
              border-width:1px;
              text-align:center;
                                                }

h1 {          font-size:190%;
              font-family:Arial, Helvetica, sans-serif;
              font-weight:bold;
              text-align:center;
              text-decoration:underline;
              margin-top:10px;
                                                }

h4 {          font-weight:bold;
              text-align:left;
              text-decoration:underline;
              margin-top:10px;
                                                }

a {           text-decoration:none;
              background:transparent;
                                                }

a:link {      color:#00ccff;
              background:transparent;
                                                }

a:visited {   color:#00ffff;
              background:transparent;
                                                }

a:hover {     text-decoration:underline;
                                                }
