/**
 * International Fiction Review Style Sheet for OJS
 * Written by Michael Nason @ ETC UNB 2011
 */
 
 /**
  * Journal-Style
  */
  
a:link {
	color: #706C11;
}

a:active {
	color: #000000;
}

a:visited {
	color: #706C11;
}

a:hover {
	color: #000000;
	background-color: inherit;
}

/**
 * Sidebar-Style
 */

#sidebar a:link {
	color: #706C11;
	text-decoration:none;
}

#sidebar a:active {
	color: #000000;
	text-decoration:none
}

#sidebar a:visited {
	color: #706C11;
	text-decoration:none;
}

#sidebar a:hover {
	color: #000000;
	background-color: inherit;
}

#sidebar div.block span.blockTitle {
    color: black;
}

 
