/**************************************
 * THEME NAME: rome
 *
 * Files included in this sheet:
 *
 *   rome/rome.css
 **************************************/

/***** rome/rome.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */
body {
    background-color: #545454;
    margin-left: 40px;
    margin-right: 40px;
}

div#header-home {
    background-image:url(romeTrainingHeader.jpg);
    background-repeat:no-repeat;
    background-color:#c0c0c0;
    height:60px
}

li.activity {
    list-style:none
}

h1.headermain {
    visibility: hidden
}

div.headermenu {
    visibility: hidden
}

div#page {
     background-color: white;
}

P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
	padding: 5px;
}

a:link {
	font-weight: bold;
	color: #C81228;
}
a:visited {
	font-weight: bold;
	color: #C81228;
}
a:hover {
	font-weight: bold;
	color: #9C0E20;
	text-decoration: none;
}

div.header {
    color: white;
    background-color: #686868;
    line-height: 24px;
}
div.sitelink {
    visibility: hidden;
}

td.course a:link {
    color: black;
}

td.course a:visited {
    color: #686868;
}

td.course a:hover {
    font-weight: bold;
    color: #9C0E20;
   text-decoration: none;
}

h2.header {
    color: white;
    background-color: #686868;
}
/***** rome/rome.css end *****/

