﻿/* 
  FILE..........: FastCpp.css
  DESCRIPTION...: global style for www.FastCpp.com
  AUTHOR........: Dmitry Vinogradov
  COPYRIGHT.....: Copyright(c) FastCpp 2014, Dmitry Vinogradov
  LICENSE.......: "2 EUR" or "advertising note at the about box"
                  See http://www.FastCpp.com/license.html

  HISTORY.......: DATE       COMMENT
                  ---------- -------------------------------------------------
                      y  m  d
                  2014-06-22 Created by Dmitry Vinogradov
*/

body
{
  background : navy;
  color      : white;
}


A
{
  color : #00FF00;
}
A:visited
{
  color: #00AA00;
}
A:active
{
  color: #ffff00;
}


.PreMonoPlus
{
  font-family : monospace;
  white-space : pre;
  font-size   : 110%;
}
