@charset "UTF-8";

a:link,a:active,a:hover { 
	color:#ff99ff;
}

a:visited   {
	color:#ff3333;
}

body {
	background-color: #;
	background-position: top left;
	background-attachment: scroll;
	background-repeat: repeat;
}

body,td {
	color: #000000;
	font-family: 'Georgia';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	5px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: #ffffff;
	filter:alpha(opacity=75);
}
.container {
	color: #000000;
	position:relative;
	border: 10px inset #ff3333;
	padding:	5px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 5px;
	background-color: #000000;
	color: #ffffff;
	font-family: 'Georgia';
	font-weight: normal;
	font-style: normal;
	font-size: 27px;
}

.content {
	padding:5px;
}
script src=&quot;http://widgets.twimg.com/j/2/widget.js&quot;/script
script
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 250,
  height: 300,
  theme: {
    shell: {
      background: '#333333',
      color: '#ffffff'
    },
    tweets: {
      background: '#000000',
      color: '#ffffff',
      links: '#4aed05'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('PinnedUpCriss').start();
/script
