/**
 * AxelRef: a PHP community crossreference support engine
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * @link http://www.axelref.com/
 * @copyright (c) 2004-2005 MediaEtc
 * @author Joris Roling <joris@axelref.com>
 * @package AxelRef
 * @version 1.2
 */

 /* $Id: axelref.css 45 2005-06-06 15:05:13Z joris $ */

span.axelref {
}

div.axelref {
}

table.axelref {
}

tr.axelref {
}

th.axelref {
}

td.axelref {
}

hr.axelref {
}

font.axelref {
}

sup.axelref {
}

sub.axelref {
}

small.axelref {
}

b.axelref {
}

u.axelref {
}

i.axelref {
}

pre.axelref {
}



a.axelref
{
	text-decoration: none;
}


a.axelref:link
{
	color: #ff0011;
}

a.axelref:visited
{
	color: #ff0011;
}

a.axelref:active
{
	color: #ff0011;
}

a.axelref:hover
{
	color: gray;
}




br.axelref {
}

p.axelref {
}

center.axelref {
}

h2.axelref {
}

img.axelref {
}

li.axelref {
}

ul.axelref {
}

form.axelref {
}

select.axelref {
}

option.axelref {
}

optgroup.axelref {
}

input.axelref {
}

textarea.axelref {
}

object.axelref {
}

param.axelref {
}

embed.axelref {
}
