묻고답하기

안녕하세요.
이곳의 http://dogsarang.pe.kr/
좌측에 있는 달력에서 2003년10월 이라는 폰트색을 바꿀려고 하는데 잘 안되구,
또 색깔 들어간곳엔 색을 모두 넣어봤는데 정말 안되어서 질문드립니다.
아시는분 계시다면 알려주신다면 감사하겠습니다.
아래는 달력에 대한 소스입니다.


<!--
monthnames = new Array(
"1월",
"2월",
"3월",
"4월",
"5월",
"6월",
"7월",
"8월",
"9월",
"10월",
"11월",
"12월");
var linkcount=0;
function addlink(month, day, href) {
var entry = new Array(3);
entry[0] = month;
entry[1] = day;
entry[2] = href;
this[linkcount++] = entry;
}
Array.prototype.addlink = addlink;
linkdays = new Array();
monthdays = new Array(12);
monthdays[0]=31;
monthdays[1]=28;
monthdays[2]=31;
monthdays[3]=30;
monthdays[4]=31;
monthdays[5]=30;
monthdays[6]=31;
monthdays[7]=31;
monthdays[8]=30;
monthdays[9]=31;
monthdays[10]=30;
monthdays[11]=31;
todayDate=new Date();
thisday=todayDate.getDay();
thismonth=todayDate.getMonth();
thisdate=todayDate.getDate();
thisyear=todayDate.getYear();
thisyear = thisyear % 100;
thisyear = ((thisyear < 50) ? (2000 + thisyear) : (1900 + thisyear));
if (((thisyear % 4 == 0)
&& !(thisyear % 100 == 0))
||(thisyear % 400 == 0)) monthdays[1]++;
startspaces=thisdate;
while (startspaces > 7) startspaces-=7;
startspaces = thisday - startspaces + 1;
if (startspaces < 0) startspaces+=7;
document.write("<table width=150 border=0 cellpadding=0 cellspaceing=0");
document.write("bordercolor=000000><font color=#3B43EF>");
document.write("<tr bgcolor=#E0E8BB><td colspan=7 height=17><table cellpadding=0 cellspaceing=0 border=0 align=center><strong>"
+ thisyear + "년 " + monthnames[thismonth]
+ "</strong></table></td></tr></font>");
document.write("<tr bgcolor=#E0E8BB height=15 valign=bottom>");
document.write("<td align=center><font color=red>일</font></td>");
document.write("<td align=center><font color=#0099FF>월</font></td>");
document.write("<td align=center><font color=#0099FF>화</font></td>");
document.write("<td align=center><font color=#0099FF>수</font></td>");
document.write("<td align=center><font color=#0099FF>목</font></td>");
document.write("<td align=center><font color=#0099FF>금</font></td>");
document.write("<td align=center><font color=#0099FF>토</font></td>");
document.write("</tr>");
document.write("<tr>");
for (s=0;s<startspaces;s++) {
document.write("<td align=center></td>");
}
count=1;
while (count <= monthdays[thismonth]) {
for (b = startspaces;b<7;b++) {
linktrue=false;
document.write("<td align=center><font color=#424542>");
for (c=0;c<linkdays.length;c++) {
if (linkdays[c] != null) {
if ((linkdays[c][0]==thismonth + 1) && (linkdays[c][1]==count)) {


document.write("<a href="" + linkdays[c][2] + "">");
linktrue=true;
}
}
}
if (count==thisdate) {
document.write("<font color='red'+ '+ '>");
}
if (count <= monthdays[thismonth]) {
document.write(count);
}
else {
document.write(" ");
}
if (count==thisdate) {
document.write("</font>");
}
if (linktrue)
document.write("</a>");
document.write("</font></td>");
count++;
}
document.write("</tr>");
document.write("<tr>");
startspaces=0;
}
document.write("</table>");
// End -->
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
임채근 외부로그인 소스인데요... [2] 2007.08.10
에지 자바스크립트에서의 eregi(ereg) 함수? [1] 2007.08.10
성훈 뉴스레터보내기는 어떠한 방법이 있을까요? file  
stylebiz 이미지 클릭하면 없어지게 하는 스크립트즘여... ㅠ_ㅠ;; [1] 2007.08.10
E1 Dl L1l Ol E1 프레임을 이렇게 나눌라면 소스를 어떻해 입력해야하죠? [1] 2007.08.10
SSo.Q-_-)/ RESOLUTION 이 뭐죠? [2] 2007.08.10
노택민 님들 헬프미 도와줘요 제발 [1] 2007.08.10
지키리 주민번호 도용자 찾기 [3] 2007.08.10
Willem [re] 답변입니다. [1] 2007.08.10
제로스 소스 해석좀 부탁드려요 ..  
나만의길 질문합니다. [1] 2007.08.10
pring 도메인이 짤렸는데요..어떻게 이걸.... [5] 2007.08.10
정태균 Apache - SQL [1] 2007.08.10
네잎클럽 db질문입니다. [1] 2007.08.10
geobeogi 제로보드에서 생성된 모든 게시판의 게시물중에서 가장최근글 몇개만 가져올려면? [2] 2007.08.10
비.. 이미지맵 어케 걸죠? [1] file 2007.08.10
egowyz 자바 달력 폰트색을 바꿀려고 하는데 [4] 2007.08.10
낭만고양이ㆀ 노프레임 좌측메뉴에 로그인을 넣었는데 중앙에 위치하거든요? [2] 2007.08.10
RIce www 안붙이면 접속이 안되네요..-_-; [2] 2007.08.10
엔젤퀸 str_replace 가 안되요... [1] 2007.08.10
쓸쓸한달빛 자기 컴퓨터를 서버로 돌릴떄 -_-; [7] 2007.08.10
토실이 개인서버에대한..질문... [2] 2007.08.10
이두만 이미지 롤오버에 관해서질문이요!  
CityBoys-Life 업로드 사진 저장처리 소스입니다.. 봐주세요...  
경근 필터링에 관해 질문합니다. [1] 2007.08.10
장남도 iframe 질문입니다. [2] 2007.08.10
보노(''ㅅ'')보노 아.. 드림위버 질문입니다..  
^야리꾸리^ 테이블 셀이 사라집니다... ㅡㅡ; [2] 2007.08.10
이은복 새창을 띄우게 할때 새창의 크기 고정좀....  
TRANCE 웹폰트 관련 질문입니다.. (여기에 올려도 되는건지 원 -_-;; 에메하네요;;) [1] 2007.08.10