/*
Theme Name: Child Theme of Arras Theme
Theme URI: http://www.arrastheme.com/
Description: Child theme for the Arras Theme for WordPress
Author: Creature
Author URI: http://www.arrastheme.com/
Template: arras-theme
Version: 1.0
.
For more information on how to create and use child themes:
http://codex.wordpress.org/Child_Themes

Any CSS code written below will override any existing
declarations from the theme itself.
.
*/
#header {
background:none repeat scroll 0 0 #FFFFFF;
border-bottom:5px solid #383332;
padding:0;
}

     a:link{
    text-decoration: none;
    color:#9e0303;
    }

    a:hover{
    text-decoration: underline;
    color: e60000;
    }

    a:visited{
    text-decoration: none;
    color:#9e0303;