
/*   
Theme Name: fxVolatility | Volatility Illuminated by Mark Whistler
Description: metaTrader EA | coding metaEditor. Strictly coded.
Author: Mark Whistler
Author URI: http://www.fxvolatility.com
Version: v.1.1.dun
Copyright 2009 Mark Whistler. Some rights reserved. Leave footer statement intact please.
*/
 
 body { margin: 0pt;

    background-color:#000050;
    color:#ff8000;
    font-family: Arial,Helvetica,serif;
    font-size: 16px;
    font-weight: bolder;
    }

  p { font-family: Arial,Helvetica,sans-serif;
    color:#ffffff;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    }

  h1 { margin: 0px;
    padding: 0px;
    font-weight: lighter;
    font-family: Times New Roman,Times,serif;
    color:#ff0000;
    font-size: 80px;
    }

  h2 { margin: 0px;
    padding: 0px;
    font-weight: 100;
    font-family: Arial,Helvetica,sans-serif;
    color:#ff8000;
    font-size: 40px;
    }

  h3 { margin: 0px;
    padding: 0px;
    text-align: center;
    font-weight: lighter;
    font-size: 32px;
    color:#ffff00;
    font-family: Times New Roman,Times,serif;
    font-style: normal;
    }

  h4 { margin: 5px 0px 0px;
    padding: 0px;
    font-weight: lighter;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    color:#ff0000;
    }


  a:link { text-decoration: none;
    color:#f2f2f2;
    }
  a:hover {text-decoration: none; 
    color:#ff0000; 
    background-color:#00ffff;
    }
  a:active { text-decoration: none;
    color:#ffffff;
    }
  a:visited {text-decoration: none; 
    color:#ffffff}


  #navbanner { min-width: 600px;
    margin-left: 15px;
    font-family: Arial,Helvetica,sans-serif;
    background-color:#808000;
    font-size: 13px;
    height: 15px;
    margin-top: 2.5px;
    margin-bottom: 2.5px;
    }

  #banner { padding: 0px;
    min-width: 860px;
    background-color:#000000;
    height: 140px;
    padding-left: 15px;
    }

  #container { min-width: 860px;
    color: rgb(255, 102, 0);
    }

  #left_col { padding: 10px;
    float: left;
    z-index: 3;
    width: 600px;
    height: 100%;
    color: rgb(255, 102, 0);
    }

  #page_content { padding: 10px 20px 10px 10px;
    color: rgb(255, 255, 255);
    background-color: rgb(30, 30, 30);
    height: 3500px;
    margin-left: 610px;
    }

  #footer { min-width: 600px;
    color: rgb(255, 255, 204);
    background-color: rgb(51, 51, 51);
    height: 80px;
    z-index: 3;
    }



