/*!
 * Theme Name: Argo
 * Theme URI: http://themestrong.com
 * Version: 1.0
 * Description: 
 * Author: WPStrong & Dzoan
 * Author URI: http://themestrong.com
 * 
 * Powered by Bootstrap v2.3.1
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
body {
  margin: 0;
  font-family: Calibri, Arial, 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #25476d;
  background-color: #ffffff;
  align:center;
}
a {
  color: #3d638c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0f74e4;
  text-decoration: underline;
}
a:visited {
  color: #3d638c;
}

a.links1:link { color: #25476c; }
a.links1:hover { color: #335e8e; text-decoration: underline; }
a.links1:active { color: #25476c; }
a.links1:visited { color: #25476c; }

#content {
  padding-top: 200px;
 }