a {
  color: #330099;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #3574ec7;
}

.alex {
  color: #330099;
  font-weight: bold;
  text-decoration: none;
}
.orange {
	color: #000000
}


body {
  background-color: #bdedff;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
}

b {
color:#330099;
font-size: 11pt;
}


h1 {
color:#3bb9ff
}


h2 {
  font-size: 140%;
  margin-top: 0px;
  color:#330099;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 100%;
}

pre {
  color: #006060;
  font-family: "Courier New", Courier, monospace;
  font-size: 80%;
  margin-left: 1em;
}

pre i {
  color: #c06000;
}

td, th {
  font-size: 10pt;
  text-align: left;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}


table.boxed {
  border-spacing: 2px;
  empty-cells: hide;
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  color: #000000;
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
}

th.boxed {
  background-color: #c0c0c0;
}

th.boxedHeader {
  background-color: #808080;
  color: #ffffff;
}

ul {
  list-style-type: square;
}

@media print {

  a {
    color: #808080 !important;
    font-weight: normal !important;
  }

  body, td, th {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 10pt !important;
  }

  body, input, textarea {
    background-color: #ffffff !important;
    color: #000000 !important;
  }

  input, textarea {
    background-color: #ffffff !important;
    border: 1px solid #000000 !important;
    color: #000000 !important;
  }

  input.button {
    background-color: #e0e0e0 !important;
  }

 

  pre, pre i {
    color: #000000 !important;
  }

  td.boxed {
    background-color: #ffffff !important;
    border: 1px solid #000000 !important;
    color: #000000 !important;
  }

  th.boxed {
    background-color: #e0e0e0 !important;
    border: 1px solid #000000 !important;
    color: #000000 !important;
  }

  th.boxedHeader {
    background-color: #c0c0c0 !important;
    border: 1px solid #000000 !important;
    color: #000000 !important;
}
}  